Skip to content

Commit

Permalink
Add more print output to the version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Aug 28, 2019
1 parent 997bcbe commit be19c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def buildDefaultNotes(_):
print "May not release SNAPSHOT versions (got %s)" % version
sys.exit(1)
else:
print version
print "Testing version", version

versionTag = git.Tag(version)

Expand Down

0 comments on commit be19c32

Please sign in to comment.