Skip to content

Commit

Permalink
fixed small bug in semver handling
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGindi committed Feb 2, 2020
1 parent dd3ff6e commit e7fca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_semver/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main():

git_semver_list = GitTagSource(args.use_local).get_semver_list()
a = AutoSemver(git_semver_list, args.value, args.print_highest)
next_tag = a.auto_increment_semver()
next_tag = a.print()

if args.should_tag:
git_tagger = GitTagger(next_tag)
Expand Down

0 comments on commit e7fca8c

Please sign in to comment.