This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new c48cd7e95 chore: minor update release doc
c48cd7e95 is described below
commit c48cd7e955ea5056b057fdad3d4c5b936213e427
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Jul 29 15:52:20 2024 +0200
chore: minor update release doc
---
release.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release.adoc b/release.adoc
index c87a78d90..6f5407a9b 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
```