Skip to content
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

Merged
merged 22 commits into from
May 14, 2024
Merged

Conversation

seshubaws
Copy link
Contributor

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.

.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.event.inputs.releaseVersion }}
files: |
Copy link
Contributor

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

in the latest release.

Copy link
Contributor Author

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?

.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
@seshubaws seshubaws requested a review from valerena May 9, 2024 20:15
.github/workflows/release.yml Outdated Show resolved Hide resolved
@seshubaws seshubaws merged commit d37e08c into aws:develop May 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants