Skip to content

Commit 080a0ba

Browse files
committed
convert version to string before concatenation
1 parent a60b7b5 commit 080a0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def release():
6969

7070
next_version = get_next_version(latest_version, increment_type)
7171

72-
manager = ReleaseManager(next_version, changes)
72+
manager = ReleaseManager(str(next_version), changes)
7373
tag_created = manager.create_release()
7474

7575
# pull the new tag that was just created

0 commit comments

Comments
 (0)