Skip to content

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

@jmvandebron

Description

@jmvandebron

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions