Skip to content

Commit

Permalink
Prepare for zesty
Browse files Browse the repository at this point in the history
  • Loading branch information
didrocks committed Dec 7, 2016
1 parent 4629eb7 commit 91f5682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confs/githooks/prepare-commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ $found -eq 0 ]; then
version=$(${scriptdir}/update_version
git add ${rootdir}/umake/version)
dch -v ${version} ""
dch -r "" --distribution yakkety
dch -r "" --distribution zesty
git add ${rootdir}/debian/changelog

echo "releasing package ubuntu-make ${version}" > $1
Expand Down

0 comments on commit 91f5682

Please sign in to comment.