-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use Semantic Versioning to generate CHANGELOG.md #75
Comments
We could also forego the Releases feature (As that might just not fit the usecase, remains to be seen), and instead implement another workflow, e.g the Release Changelog Builder, which also supports differing branches. |
Or, if we implement semantic versioning from #74 (as it’s currently configured in that PR), we could use this action to generate the changelog.md |
Update: I'm testing the workflow on the branch "ci" to see if it even works the way I want it to. So far, so... meh. |
Yay, it works! |
Update: Fails to work after working the first time, see #93 @coavins You might have to |
Workflow is failing, will be revisited and tested in another repository so I can rule out issues |
Instead of manually updating the changelog.md, it could be a good idea to use the GItHub Releases' "Generate Release Notes" feature. This automatically adds Release notes, including merged PRs, contributors et cetera.
The text was updated successfully, but these errors were encountered: