summaryrefslogtreecommitdiff
path: root/src/errors.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-04-22feat: use project's name in git tag templateLars Wirzenius1-0/+12
2021-04-22feat: add struct Tag for git tag name creationLars Wirzenius1-0/+3
2021-04-13feat: support Python projectsLars Wirzenius1-0/+6
2021-04-05feat: update Cargo.lock int Rust projectsLars Wirzenius1-0/+6
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-11/+4
The git tag then points at that commit.
2021-04-04feat: set version in debian/changelogLars Wirzenius1-0/+6
2021-03-30feat: report absolute path when setting version for RustLars Wirzenius1-0/+3
2021-03-30fix: report project name and location when setting version for RustLars Wirzenius1-0/+3
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius1-0/+26
2021-03-28feat: create git tag for releaseLars Wirzenius1-0/+15