You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: