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-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 700a2658 chore: release doc
700a2658 is described below
commit 700a2658447a6256b531c8ebfd176a0be86c5c7b
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Jul 4 09:31:05 2023 +0200
chore: release doc
---
release.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release.adoc b/release.adoc
index b55ddc3d..8e9c6d95 100644
--- a/release.adoc
+++ b/release.adoc
@@ -151,9 +151,9 @@ A PMC member with access to the @ApacheCamel Twitter
account should announce the
[[post-release-process]]
== Post release process
-If you've released a major or a minor version, you may want to create a new
`release-<major>.<minor>.x` branch that will be used for patch development.
Accordingly, you can bump the version on `main` branch. This has to be aligned
to the next Camel Quarkus version you're willing to support for Camel K Runtime:
+You can bump the version on `main` branch if there is already a new
development version available for next major or minor. This has to be aligned
to the next Camel Quarkus version you're willing to support for Camel K Runtime:
```
./script/bump.sh --camel-quarkus 2.16.0
# you need to git commit & push afterwards
```
-The project has an automatic action (`./script/sync_cq.sh`) running every
night by Github Actions which is in charge to align the set of dependencies
required by Camel Quarkus, according to the release.
\ No newline at end of file
+The project has an automatic action (`./script/sync_cq.sh`) running every
night by Github Actions which is in charge to align the set of dependencies
required by Camel Quarkus, according to the release.