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
Would it be possible to diff against the last tagged version, if it exists? E.g., git diff <last tag> -- Changes.
I am using CI more often to test my dists before releasing. I make all my changes, commit, push, and wait for the CI results before running minil release. Therefore, the only diff in the Changes file is {{$NEXT}} and the date.
If the diff were against the last tag, then the commit message would be the changelog of the release. Then, when I made a GitHub release with the tarball, it would fill in the changelog automatically. This would save a step and result in more complete commit messages.
What do you think? Thank you for considering this request!
The text was updated successfully, but these errors were encountered:
cxw42
changed the title
Request: release commit message diff Changes since the last version
Request: release commit message: diff Changes since the last tagged version instead of the last commit
Sep 18, 2019
Currently, the commit message for a
minil release
isgit diff Changes
:Minilla/lib/Minilla/Release/Commit.pm
Line 19 in 05255e6
Would it be possible to diff against the last tagged version, if it exists? E.g.,
git diff <last tag> -- Changes
.I am using CI more often to test my dists before releasing. I make all my changes, commit, push, and wait for the CI results before running
minil release
. Therefore, the only diff in the Changes file is{{$NEXT}}
and the date.If the diff were against the last tag, then the commit message would be the changelog of the release. Then, when I made a GitHub release with the tarball, it would fill in the changelog automatically. This would save a step and result in more complete commit messages.
What do you think? Thank you for considering this request!
The text was updated successfully, but these errors were encountered: