-
Notifications
You must be signed in to change notification settings - Fork 10
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
How can I use tag message as description? #5
Comments
Coincidentally, that's exactly what I was grepping for. Sadly, this action only parsers release notes from Like you and presumably most authors, I just embed release notes as annotated tag messages. Fortunately, the alternative
Yes, that should be much better documented somewhere. Like, anywhere. |
Hi @leycec! The day I wrote this issue I gave up googling for actions and decided to write my own Frankenstein. 😆 I agree with you, CHANGELOG does seem redundant in git, and I too prefer nice logs and tag messages. If you're interested, my monster is here. It uses first line as H2 and everything below is parsed as regular markdown. |
Sorry for the huge delay in response and thanks for the input.
The reasoning for parsing the changelog was the integration with my other actions geared towards Factorio mods (https://github.com/Roang-zero1/factorio-mod-actions). |
Hello!
How can I use tag message (
git tag -a v0.0.1 -m "message"
) as a description for my release? Does your action have this function?The text was updated successfully, but these errors were encountered: