Skip to content

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
@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.

3 participants