-
-
Notifications
You must be signed in to change notification settings - Fork 458
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
feat: add generate from latest tag #372
base: master
Are you sure you want to change the base?
Conversation
bbaeef1
to
b32d267
Compare
b32d267
to
4a08b31
Compare
this looks good, and would love this feature 👀 |
Is there a voting mechanism here? 👍 would also love this feature. |
for now I've ended up using https://github.com/mikepenz/release-changelog-builder-action to generate the proper changelogs. it's a really nice action. this is how my steps looks like if somebody just wants to copy paste it and don't spend too much time on it 😂
|
…tion-gh-release into feat/add-generateReleaseNotes Adopt the addition of `previous_tag` input from softprops#372 .
Adopt new `previous_tag` input from softprops#372.
@softprops is this a feature that you intend to add? As there is a considerable amount of 👍 on the issue for this feature I'm curious if we should wait or to find a workaround. |
@pocesar can you fix the merge conflict for the PR, I can include this feature for the next release. |
@softprops could we get this merged, since it appears to bring great value to all users with little to none added effort? 🙏🏼 |
@fdventura there is merge conflict needs to be addressed first. |
This allows
DETACHED HEAD
tags to properly generate the RELEASE notes.Otherwise it will always try to generate the full release notes from multiple tags