Skip to content

Commit PR logs and add a script to help draft the next release notes #5778

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

Closed
archmoj opened this issue Jun 28, 2021 · 0 comments · Fixed by #5780
Closed

Commit PR logs and add a script to help draft the next release notes #5778

archmoj opened this issue Jun 28, 2021 · 0 comments · Fixed by #5780
Labels
feature something new
Milestone

Comments

@archmoj
Copy link
Contributor

archmoj commented Jun 28, 2021

Each PR that adds/changes/fixes something notable in terms of CHANGELOG, should provide a Markdown file named using PR number (or the issue number) and the category of change in a folder.
For example a file could be created unders draftlogs/5678_fix.md for a bug fix or draftlogs/5678_add.md for a new feature, etc.
Having these files on master at any time one could simply npm run script to draft the next release notes.
Also we could use this script to quickly draft, then finalize the changelog.
This folder could automatically be emptied during the release process to help collect the changes for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
1 participant