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

Add release action #208

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Conversation

konradpabjan
Copy link
Contributor

@konradpabjan konradpabjan commented Oct 22, 2024

Adding a new workflow similar to what we have in other first party actions to update tags whenever a new release is made. This is for non-immutable versions. Long term this will be removed.

For example, when we create a v0.0.4 release in the UI, then this will kick of a workflow that will update the v0 tag to point to v0.0.4 (or create v0 if it doesn't exist yet). With the next release it does the same thing. If v0.0.5 is published then v0 will be updated to point to that.

This leverages this action that we are using: https://github.com/actions/publish-action

You can find examples of this exact thing in other first party actions:

@konradpabjan konradpabjan requested a review from a team as a code owner October 22, 2024 13:12
@konradpabjan konradpabjan merged commit 4bc8754 into main Oct 22, 2024
20 checks passed
@konradpabjan konradpabjan deleted the konradpabjan/add-new-release-workflow branch October 22, 2024 14:09
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.

2 participants