summaryrefslogtreecommitdiff
path: root/bumper.md
AgeCommit message (Collapse)AuthorFilesLines
2021-09-19refactor: drop vendored Subplot librariesLars Wirzenius1-18/+18
Also, move document metadata to top of file. Sponsored-by: author
2021-04-22feat: use project's name in git tag templateLars Wirzenius1-1/+10
2021-04-22feat: allow setting git tag name templateLars Wirzenius1-2/+2
2021-04-21refactor: make logging and messages more consistentLars Wirzenius1-1/+5
Also, report the Debian package version correctly, not just the upstream part.
2021-04-13refactor: split scenario for Rust+Debian to separate scenariosLars Wirzenius1-14/+18
2021-04-13feat: support Python projectsLars Wirzenius1-4/+26
2021-04-05tests: use a less likely version numberLars Wirzenius1-4/+4
2021-04-05docs: update subplot to match current realityLars Wirzenius1-15/+6
2021-04-05feat: update Cargo.lock int Rust projectsLars Wirzenius1-0/+13
If we update Cargo.toml, but not Cargo.lock, and Cargo.lock is in git, when cargo publish will refuse to publish, because the files are out of sync.
2021-04-04feat: commit changes made by BumperLars Wirzenius1-2/+2
The git tag then points at that commit.
2021-04-04feat: set version in debian/changelogLars Wirzenius1-0/+11
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius1-5/+8
2021-03-28feat: create git tag for releaseLars Wirzenius1-0/+27
2021-03-28doc: add start of a subplotLars Wirzenius1-0/+99
This only has one scenario for now, but explains what the project is about. I expect this to eventually change entirely, but this will do as a start.