From 07cb7cf5932e96a423a72e7b40ae55879e1db4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Thu, 4 Jul 2019 19:04:24 +0200 Subject: [PATCH] LUCENE-8852: Fix wording and git commit msg (cherry picked from commit 36af839eb110bcf9174dbd2f6de5f20a9705318e) --- dev-tools/scripts/releaseWizard.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dev-tools/scripts/releaseWizard.yaml b/dev-tools/scripts/releaseWizard.yaml index 0827cdfc484..7f724a9692b 100644 --- a/dev-tools/scripts/releaseWizard.yaml +++ b/dev-tools/scripts/releaseWizard.yaml @@ -492,6 +492,10 @@ groups: - !Command cmd: python3 -u dev-tools/scripts/addVersion.py {{ next_version }} tee: true + - !Command + comment: Make sure the edits done by `addVersion.py` are ok, then push + cmd: git add -u . && git commit -m "Add next major version {{ next_version }}" && git push + logfile: commit-stable.log post_description: | Make sure to follow the manual instructions printed by the script: @@ -510,7 +514,7 @@ groups: next_version: "{{ release_version_major }}.{{ release_version_minor + 1 }}.0" commands: !Commands root_folder: '{{ git_checkout_folder }}' - commands_text: Run these commands to add the new major version {{ next_version }} to the stable branch + commands_text: Run these commands to add the new minor version {{ next_version }} to the stable branch commands: - !Command cmd: git checkout {{ stable_branch }} @@ -518,6 +522,10 @@ groups: - !Command cmd: python3 -u dev-tools/scripts/addVersion.py {{ next_version }} tee: true + - !Command + comment: Make sure the edits done by `addVersion.py` are ok, then push + cmd: git add -u . && git commit -m "Add next minor version {{ next_version }}" && git push + logfile: commit-stable.log - !Todo id: sanity_check_doap title: Sanity check the DOAP files