Commit graph

7 commits

Author SHA1 Message Date
be29bf124a packaging: Change update-version to push-new-version
- It also pushes changes and the new tag.
- It was easy to forget to push the new tag.
2022-02-23 19:44:59 +10:00
8b3ea5e5d4 release: Previous version isn't important 2022-01-22 17:41:32 +10:00
247b3ebfd3 No full stop in subject lines 2022-01-21 09:05:22 +10:00
16f823cf92 Make update-version usable on any git repo. 2022-01-03 16:14:12 +10:00
b522577fa3 Make update-version script more usable.
- Fail if uncommited or staged changes are in the working directory.
- Show the version changes as a diff.
- On success show the commit log message.
2021-12-22 17:49:31 +10:00
486d7b3f27 Prefix version strings with 'v'.
- Makes it safer to globally replace the version string.
- Also emphasises its a version, not just a date.
2021-12-22 11:31:54 +10:00
9273e3cdec Add script to update version of eris.
- Globally replaces old version for new throughout the codebase,
  commits the change, then creates a tag for the new version at the head.
- This is instead of magic code within setup.py that tries to pull
  the version from git at runtime. Also git isn't always available.
2021-12-22 11:26:12 +10:00