Documentation ¶
Overview ¶
Package tag provides function to work with Git tags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTagAlreadyExists = errors.New("tag already exists")
View Source
var GitSignature = object.Signature{ Name: "Go Semver Release", Email: "go-semver@release.ci", When: time.Now(), }
Functions ¶
func AddToRepository ¶
AddToRepository create a new annotated tag on the repository with a name corresponding to the semver passed as a parameter.
Types ¶
Click to show internal directories.
Click to hide internal directories.