-
Notifications
You must be signed in to change notification settings - Fork 32
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
no commit hash url text #53
Comments
Thats odd. So the bit that does the real work here is a one liner in bash:
My guess is that the way you're doing the notes is getting wrecked in the shell via expansions. There are backticks in the short hash link so those could be getting evaluated. I'm not sure if there is a better way to escape those in a shell. Have you considered using a release specific action instead of hub in shell script? https://github.com/marketplace/actions/create-release seems reasonably aligned:
|
Allrighty, using release-action@v1 the body looks just like expected. I had a reason for using hub but i think that is obsolete so this solution is 100% better. I do have 2 unrelated feature requests though:
And my other, more advanced request would be to use keywords to group commit messages. Basically if a commit message starts with Added
ChangedOther
Those 2 Features together would make this changelog-generator just absolutly perfect. |
@metcalfc hey you havent replied in a while. i know my text would belong in a new issue but may you still take a look at my suggestion? |
Hey Calvin, sorry for the late reply. I'm on an extended vacation and doing
my best to stay off work related sites.
What I set out for this action was to be the most simple, collect the
commits since the last release, configure next to nothing, and don't
require commits to be a format action in its category. I think those are
good features. And there are a few similar actions that implement them
like: Release Drafter · Actions · GitHub Marketplace
<https://github.com/marketplace/actions/release-drafter>
GitHub marketplace doesn't do a great job surfacing all the options and
making it clear what the feature differences are. Maybe thats a good thing
to add to the README. "This is the super simple changelog generator"
I appreciate the feedback.
…On Wed, Feb 17, 2021 at 7:57 AM Calvin ***@***.***> wrote:
@metcalfc <https://github.com/metcalfc> hey you havent replied in a
while. i know my text would belong in a new issue but may you still take a
look at my suggestion?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAHZNN25MUFRZB2ER3LBQLS7PROVANCNFSM4XLSXTKA>
.
|
Sorry to disturb your vacation! Your action is great as is and i completely get the point of a simple one like this. Thanks for pointing me in another direction and i hope you have a few more great days ahead! Cheers! |
Releases have this text for me:
The URL works and is complete but the text is missing, thus its displaying a line as:
-
Update VERSIONI am building a release like this (in case this has to do something with it):
The text was updated successfully, but these errors were encountered: