Categorygithub.com/Songmu/gitsemvers
modulepackage
0.0.3
Repository: https://github.com/songmu/gitsemvers.git
Documentation: pkg.go.dev

# README

gitsemvers

Test Status codecov.io MIT License PkgGoDev

Description

Retrieve semvers from git tags

Synopsis

sv := &gitsemvers.Semvers{RepoPath: "path/to/repo"}
semvers := sv.VersionStrings()

Command Line Tool

% go get github.com/Songmu/gitsemvers/cmd/git-semvers
% git-semvers
v0.9.0
...

Author

Songmu

# Packages

No description provided by the author

# Structs

CLI is for command line.
Semvers retrieve semvers from git tags.