You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ update_debian_changelog() {
108
108
git_commit() {
109
109
ask "Commit changes to git and tag release ?"||return 0
110
110
git commit Makefile CHANGES ${project_name}/__init__.py rel-eng/packages/${project_name}${project_name}.spec debian.upstream/changelog -m "Bumped version number to $new_version"> /dev/null
111
-
git tag ${project_name}-${new_version}-${current_release} -a -m "Bumped version number to $new_version"
111
+
git tag ${project_name}-${new_version}-${new_release} -a -m "Bumped version number to $new_version-$new_release"
0 commit comments