package
3.2.0+incompatible
Repository: https://github.com/meinto/git-semver.git
Documentation: pkg.go.dev
# Functions
AddVersionChanges adds all changes made by semver during the versioning process.
CheckIfRepoIsClean checks for uncomitted files.
CheckIfSSHFileExists validate the existence of the given ssh file path.
GetDefaultSSHFilePath returns the absolute path to ~/.ssh/id_rsa.
No description provided by the author
No description provided by the author
No description provided by the author
MakeGitTag tags the repository with given version number format of git tag: "v<version-number>".
NextVersion returns the next version number corresponding to given next-version-type next-version-type can be "major", "minor", "patch".
Push pushes all changes made by semver to defined bare repository The push includes file changes as well as git tags.
WriteJSONVersionFile writes given jsonContent back to json file.
WriteRAWVersionFile writes given jsonContent back to json file.