From 6edb937697eab0732520676a6466075e3bb2d13a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 27 Mar 2016 12:18:40 +0300 Subject: Add "New version" to debian/changelog post-release This should make sure every release has a non-empty debian/changelog entry. This doesn't change the need for the developer to review and update debian/changelog (and NEWS) prior to running bumper. --- bumper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bumper b/bumper index 8596661..4bbb25a 100755 --- a/bumper +++ b/bumper @@ -43,7 +43,7 @@ class Bumper(cliapp.Application): self.write_version_py(version_py, version, '') print '... debian/changelog' - self.update_debian_changelog(version, 'New upstream version.') + self.update_debian_changelog(version, '') self.release_debian_changelog() print '... NEWS' @@ -62,6 +62,7 @@ class Bumper(cliapp.Application): self.write_version_py(version_py, version, '+git') print '... debian/changelog' + self.update_debian_changelog(version, 'New upstream version.') self.update_debian_changelog(gitversion, '') print '... NEWS' -- cgit v1.2.1