From c48cd7e955ea5056b057fdad3d4c5b936213e427 Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Mon, 29 Jul 2024 15:52:20 +0200 Subject: [PATCH] chore: minor update release doc --- release.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.adoc b/release.adoc index c87a78d904..6f5407a9b8 100644 --- a/release.adoc +++ b/release.adoc @@ -115,7 +115,7 @@ Commit and push the changes done so far. ``` git add * -git commit -m "preparing for next release" +git commit -m "chore(release): preparing for next release" # assuming you're on release branch and have write permissions git push ```