This repository was archived by the owner on Dec 9, 2022. It is now read-only.
Can we ignore pre-releases when auto-generating the Release Notes? #185
beutlich
announced in
Day One: GitHub on GitHub
Replies: 4 comments 5 replies
|
Hi @beutlich -- I'm tagging in @MylesBorins on this |
0 replies
|
If you use the generate release notes API, rather than the UI, you can manually set the previous tag https://docs.github.com/en/rest/reference/repos#generate-release-notes-content-for-a-release With that said, if you use valid semver we should ignore pre-releases when hitting the generate release button. Have you tried it out? |
0 replies
|
This request is now resolved. Thank you! Good job! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to (optionally) define the base tag when auto-generating the Release Notes and basically being able to ignore the pre-releases like alpha, beta and RCs to have a full list in the final release? Thanks for that feature anyway!
All reactions