-
Notifications
You must be signed in to change notification settings - Fork 175
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
Automatically generate release notes #188
Comments
Looks like this thing is working. It will update release draft each time a commit is merged into Note that release-drafter supports semantic versioning (major.minor.patch) but it is not set up currently, so we continue to live in |
One thing to note, manual edits of the release-drafter created draft will be lost next time it runs. And if you create a new draft, it will actually use the latest draft and get rid of it just the same. |
Well, until this day, ue4-docker didn't have neither releases (only git tags) nor drafts at all :D So hopefully release-drafter overwriting drafts is not a problem. |
Indeed, just thought I'd note that. :D |
It looks like release-drafter is not adding entries for commits that are pushed directly to master branch =/ |
Oh bummer, should I create pull requests for new changes to ensure they get picked up in the release notes? |
I'll possibly just search for another tool. |
I see that https://github.com/adamrehn/ue4-docker/releases/tag/v0.0.101 includes changes even for direct pushes to |
@slonopotamus I added them manually when I converted the release from a draft to being published, since there were only two of them. It'd be nice if we could find a tool that does this automatically (perhaps including a link to the commit after each message to provide consistency with the PR links.) |
It looks like we can fix this with release-drafter. I'll try to mess with its config a bit. release-drafter/release-drafter#552 (comment) |
@slonopotamus when I manually edited the release notes for release v0.0.102 just now, I formatted the entry for my commit in the way that I think looks the most consistent with the entries for PRs. I don't know whether we can get that generated automatically of course (particularly with the short commit hash rather than the full one), but it's there as an example of what we might like to aim for if possible. |
Subj. The plan is to use release-drafter GitHub Action.
The text was updated successfully, but these errors were encountered: