Commit Graph

4 Commits

Author SHA1 Message Date
brian m. carlson
0ba11aede6
release: v2.9.0 2019-10-15 20:56:43 +00:00
brian m. carlson
8af62e17cd
script: add a script to update version numbers
The current release process is mostly manual.  To improve automation,
add a script that updates all the various places we store the version
number in preparation for release.  Make the script idempotent.

In order to generate a changelog entry for the Debian changelog, use
the current user's committer identity and a timestamp similar to those
already used.  Specify a time zone of -0000, as that means that the
timestamp is in UTC, but unlike +0000, doesn't imply that we ourselves
are in that timezone.
2019-02-07 15:36:27 +00:00
Taylor Blau
3a1a3c12c2 script: remove unused script/update-version 2018-07-19 13:15:52 -05:00
Sebastian Schuberth
0ce59eb5b7 Move update-version to the script directory
And also equalize the shebang to the other scripts.
2016-12-15 21:32:38 +01:00