This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 6f6b3e70a3154b43e7522835c1a16bd5197c4bcf Author: Robbie Gemmell <[email protected]> AuthorDate: Thu Feb 1 12:21:33 2024 +0000 NO-JIRA: update release steps to around updating examples Note to check out the development branch before running the update script, to get updates to the scripts --- RELEASING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 0323a3696f..b3a47f2aab 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -339,12 +339,13 @@ Once pushed, the changes should be published automatically by the `jekyll_websit The [examples repo](https://github.com/apache/activemq-artemis-examples) should be updated to reflect the new release and development versions. -Take a fresh clone of the repo and run the provided script, then check the results and push. +Take a fresh clone of the repo, check out the development branch, and run the provided script, then check the results and push. ``` git clone https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git cd activemq-artemis-examples +git checkout development ./scripts/release/update-branch-versions.sh <release-version> <new-main-snapshot-version>" ``` @@ -353,6 +354,7 @@ Example from the 2.32.0 release: git clone https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git cd activemq-artemis-examples +git checkout development ./scripts/release/update-branch-versions.sh 2.32.0 2.33.0-SNAPSHOT" ```
