Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
Fix tag parsing bug in check-release.py.

Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed Aug 30, 2023
1 parent 396e494 commit ef99fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/check-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def test_build_separate_build_dir(repo, release_commit):
cd build; \\
../configure; \\
make -j; \\
""" % (tag_version(release_tag), release_commit)
""" % (get_tag_version(release_tag), release_commit)

run(cmd)

Expand Down

0 comments on commit ef99fd8

Please sign in to comment.