summaryrefslogtreecommitdiff
path: root/bumper.md
AgeCommit message (Collapse)AuthorFilesLines
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.