-
Notifications
You must be signed in to change notification settings - Fork 99
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
Added workflow for automated releases #121
Conversation
uses: softprops/action-gh-release@v2 | ||
with: | ||
tag_name: ${{ github.event.inputs.releaseVersion }} | ||
files: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add more info to the release ? Maybe not important, but in the past we've prefixed the Release names with "Release ".
Also, we could probably add a parameter to add as the body of the release, in case we want to add some info there.
Like
- Update Go version of the RIE binary to 1.21.9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added something to do this when setting the release version, but you can only enter in one line of notes (aka you can't use bullet points etc). You can always edit the body after the release though, is that ok?
Issue #, if available:
Description of changes:
Created a workflow for automated releases. You still have to manually trigger the Release workflow, but all you have to do is give it the release version number and run the Action.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.