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

[Chore] Overwrite tag with release in 'github.autorelease' #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rvem
Copy link
Member

@rvem rvem commented Dec 30, 2024

Problem: 'gh release create' pushes the tag only when it doesn't exist, i.e. it won't attempt to update already existing tag with a given name. As a result, subsequent update of a given release (e.g. auto-release) won't update the underlying tag.

Solution: If 'OVERWRITE_RELEASE' flag is provided, both existing release and tag are deleted.

Problem: 'gh release create' pushes the tag only when it doesn't exist,
i.e. it won't attempt to update already existing tag with a given name.
As a result, subsequent update of a given release (e.g. auto-release)
won't update the underlying tag.

Solution: If 'OVERWRITE_RELEASE' flag is provided, both existing release
and tag are deleted.
@rvem rvem requested a review from Sereja313 December 30, 2024 08:24
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.

1 participant