Skip to content
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

Automate generation of release notes #244

Closed
raoulmillais opened this issue Feb 25, 2020 · 1 comment · Fixed by #303
Closed

Automate generation of release notes #244

raoulmillais opened this issue Feb 25, 2020 · 1 comment · Fixed by #303
Assignees
Labels
build Work on any of the Dockerfile, Jenkinsfile or Makefile dying Issue that is dying and will be closed in 14 days
Milestone

Comments

@raoulmillais
Copy link
Contributor

git log --merges --format=%b $(git describe --tags --abbrev=0)..HEAD will take the body and author of all the merge commits since the last tag and format them nicely.

We should :

  • add a Make target to do this
  • append to a RELEASE_NOTES.md file in the root of the repo and commit it as part of the release target
  • add the notes to the release in github as part of the release process
@raoulmillais raoulmillais added the build Work on any of the Dockerfile, Jenkinsfile or Makefile label Feb 25, 2020
@pi-unnerup pi-unnerup added this to the Cleanup milestone Feb 26, 2020
@github-actions
Copy link

github-actions bot commented Apr 2, 2020

Dying issue, will be closed soon

@github-actions github-actions bot added the dying Issue that is dying and will be closed in 14 days label Apr 2, 2020
@s-irvine s-irvine self-assigned this Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Work on any of the Dockerfile, Jenkinsfile or Makefile dying Issue that is dying and will be closed in 14 days
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants