feat(init): increase version depending on commit (angular format)

This commit is contained in:
Nightapes
2019-05-13 22:36:24 +02:00
parent d313974d64
commit fe54370e7e
12 changed files with 664 additions and 1 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/Nightapes/go-semantic-release
go 1.12
require (
github.com/Masterminds/semver v1.4.2
github.com/sirupsen/logrus v1.4.1
github.com/urfave/cli v1.20.0 // indirect
golang.org/x/tools v0.0.0-20190508150211-cf84161cff3f // indirect
gopkg.in/src-d/go-git.v4 v4.11.0
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v2 v2.2.2
)