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

Only push tag that is created, instead of all tags #373

Open
jmvandebron opened this issue Jun 20, 2023 · 0 comments
Open

Only push tag that is created, instead of all tags #373

jmvandebron opened this issue Jun 20, 2023 · 0 comments

Comments

@jmvandebron
Copy link

The default release process pushes all tags (git push --tags) instead of just the tag that was created during the release.

This causes issues in our environment, because tags are regularly pruned in our remote and should not be reintroduced by pushing them again. Of course, ppl try to fetch --prune --prune-tags, but occasionally this is forgotten, and then obsolete tags are pushed again when performing a release.

What can be done to modify the release process so that it only pushes the tag that it created?

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

No branches or pull requests

1 participant