-
Notifications
You must be signed in to change notification settings - Fork 45
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
Dump git-log to change-log #156
base: main
Are you sure you want to change the base?
Conversation
How can I include `npm run changelog` in `nodejs.yml` so that it is executed only upon merge, not for every commit to the PR branch?
How can I include |
Try a conditional step with condition
|
OK to have CHANGELOG.md in a separate branch without history? Or does this pose problems on github.io? If we generate it via workflow in the same branch, that gives an extra commit each time. |
Github pages are built from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kind of like this, the only caveat is that we have to be very careful when merging a pull request because we can't edit the commit message later.
[email protected]:oasis-tcs/odata-vocabularies.git into changelogs Conflicts: test/changelog.test.js
CHANGELOG: - This should appear. - So should this.
CHANGELOG: - commit ID after date - reverse sorting
TC 2021-09-30: Investigate whether the commit texts can automatically be filled from the comment at the top of the pull request.
Check the format (presence of |
CHANGELOG.md
can be maintained via github workflow. Open question is which branch shall contain it: