Skip to content
Snippets Groups Projects
Commit ecb9f480 authored by Johan de Klerk's avatar Johan de Klerk
Browse files

release notes: added logs

parent abb72fab
Branches
Tags
No related merge requests found
......@@ -52,8 +52,10 @@ func CreateReleaseTag() {
if err != nil {
fmt.Println(err)
}
fmt.Println(previousVersion)
newVersion := previousVersion.IncMinor()
fmt.Println(newVersion)
// Create git tag
newTagName := newVersion.Original()
......@@ -93,6 +95,6 @@ func GetLatestGitTag() string {
}
tag := string(output)
tag = strings.TrimSuffix(tag, "\n")
fmt.Println(tag)
return tag
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment