We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6329c commit aaa9ab8Copy full SHA for aaa9ab8
make_a_release.sh
@@ -91,8 +91,8 @@ fi
91
ask_question "Did you update the man page"
92
ask_question "Did you update tests: test-data and oldcodebase"
93
94
-# Change the version in the 'bmaptool/CLI.py' file
95
-sed -i -e "s/^VERSION = \"[0-9]\+\.[0-9]\+\.[0-9]\+\"$/VERSION = \"$new_ver\"/" bmaptool/CLI.py
+# Change the version in the './src/bmaptool/CLI.py' file
+sed -i -e "s/^VERSION = \"[0-9]\+\.[0-9]\+\.[0-9]\+\"$/VERSION = \"$new_ver\"/" ./src/bmaptool/CLI.py
96
# Sed the version in the RPM spec file
97
sed -i -e "s/^Version: [0-9]\+\.[0-9]\+\.[0-9]\+$/Version: $new_ver/" packaging/bmaptool.spec
98
# Remove the "rc_num" macro from the RPM spec file to make sure we do not have
0 commit comments