Skip to content

Commit

Permalink
Fix bump_version so it works properly
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Jul 27, 2020
1 parent ff6d102 commit 965c447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bump_version
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

set -o errexit
set -o pipefail
set -o xtrace

usage() {
echo -e "bump_version - increase the shared version and generate changelogs"
Expand Down Expand Up @@ -58,7 +59,7 @@ sed -i "s/${old_version_sed}/${new_version}/g" ${debian_equivs_file}
debian_changelog_file="debian/changelog"
debian_changelog_temp="$( mktemp )"
# Create new temp file with our changelog
echo -e "jellyfin (${new_version_deb}) unstable; urgency=medium
echo -e "jellyfin-server (${new_version_deb}) unstable; urgency=medium
* New upstream version ${new_version}; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v${new_version}
Expand Down

0 comments on commit 965c447

Please sign in to comment.