Skip to content

Should be able to use an actual annotated tag for splitted repositories #2

@simensen

Description

@simensen

Currently we simply push the most recent hash to refs/tags/${originalTag} but this may look weird and may be unexpected. We should be able to optionally create an annotated tag that can be pushed up instead. This would probably entail being able to specify a message template ( "Version %tag%", "Tagging %tag%" ) that can result in replacing %tag% with the tag in question.

--tag-message-template="Version %tag%"

... would result in something similar to the following for the tag "v1.0.0":

git tag -a -m "Version v1.0.0" 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions