Skip to content

Commit

Permalink
feat: Add printSuccess for displaying next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed Mar 29, 2023
1 parent 022c19c commit 780f2f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ func main() {
errGuard(client, err)
}

printSuccess("Assistant: Next tag is " + nextTag)

if err := tag(nextTag); err != nil {
errGuard(client, err)
}
Expand Down

0 comments on commit 780f2f1

Please sign in to comment.