Skip to content

Commit

Permalink
fix(versions): default use v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianccm committed Mar 18, 2022
1 parent 74288df commit b6f5a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func main() {
try(err)

major, minor, patch := 0, 0, 0
vPrefix := ""
vPrefix := "v"
vregex := regexp.MustCompile(`(v?)(\d+).(\d+).(\d+)`)
var ancestor *object.Commit
glog.ForEach(func(c *object.Commit) error {
Expand Down

0 comments on commit b6f5a7d

Please sign in to comment.