Skip to content

Commit aaf608b

Browse files
committed
Bugfix
1 parent 21ce1c3 commit aaf608b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bumpchanges/getversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import semver
88

99

10-
def get_next_tag():
10+
def get_next_version():
1111
"Return the next tag after the appropriate bump type."
1212
repo_dir = os.environ["REPO_DIR"]
1313
bump_type = os.environ["BUMP_TYPE"]

0 commit comments

Comments
 (0)