Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contributing: Add suggest message to version script #2965

Conversation

wenzeslaus
Copy link
Member

@wenzeslaus wenzeslaus commented May 17, 2023

The helper script for updates of versions suggests a commit message right after the update, but when additional changes need to be done, the message from the script can be lost. This adds a subcommand which can generate the message anytime. The message only makes sense when doing the version update, but the script does not check that. It also does not check (does not know) if the RC was just released. We use different commit message after that, but in that case, the commit happens right after the change from RC to dev, so there is no need to use this subcommand.

The helper script for udpates of versions suggests a commit message right after the update, but when additional changes need to be done, the message from the script can be lost. This adds a subcommand which can generate the message anytime. The message only makes sense when doing the version update, but the script does not check that. It also does not check (does not know) if the RC was just released. We use different commit message after that, but in that case, the commit happens right after the change from RC to dev, so there is no need to use this subcommand.
@wenzeslaus wenzeslaus added this to the 8.4.0 milestone May 17, 2023
@wenzeslaus wenzeslaus merged commit 19266d2 into OSGeo:main May 22, 2023
@wenzeslaus wenzeslaus deleted the add-suggest-message-subcommand-to-update_version branch May 22, 2023 21:03
@neteler
Copy link
Member

neteler commented Jun 24, 2023

@wenzeslaus Can this please be backported to G8.3.1?

neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
The helper script for updates of versions suggests a commit message right after the update, but when additional changes need to be done, the message from the script can be lost. This adds a subcommand which can generate the message anytime. The message only makes sense when doing the version update, but the script does not check that. It also does not check (does not know) if the RC was just released. We use different commit message after that, but in that case, the commit happens right after the change from RC to dev, so there is no need to use this subcommand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants