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

Add tag and release script #455

Merged
merged 4 commits into from
Feb 23, 2024

Conversation

ksuderman
Copy link
Contributor

This is the script I have been using to tag and release prior versions.

git tag -a -m "Automatic tagging of $tag" $tag
git push origin $tag
# Generate the release.
gh release create $tag --generate-notes --latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the GUI release page, it's possible to select the previous release tag, so that release notes are generated in-between that and the latest. Is there a flag to do something like that in the commandline?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes there is. I missed it until now since its mixed in with the option to read the release notes from a file.

Copy link
Member

@nuwang nuwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fabulous! Release notes look great now. Ok to merge?

@ksuderman
Copy link
Contributor Author

Yes, it should be good to go now.

@nuwang nuwang merged commit 0afe341 into galaxyproject:master Feb 23, 2024
2 checks passed
@ksuderman ksuderman deleted the tag-and-release-script branch February 23, 2024 15:05
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