summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2021-09-19chore: drop unnecessary &, as pointed out by clippyLars Wirzenius2-2/+2
Sponsored-by: author
2021-04-22feat: use project's name in git tag templateLars Wirzenius6-3/+72
2021-04-22feat: allow setting git tag name templateLars Wirzenius2-5/+11
2021-04-22feat: add struct Tag for git tag name creationLars Wirzenius3-0/+172
2021-04-21refactor: make logging and messages more consistentLars Wirzenius6-25/+48
Also, report the Debian package version correctly, not just the upstream part.
2021-04-13feat: support Python projectsLars Wirzenius4-0/+59
2021-04-05chore: drop toml binary, as it's no longer usefulLars Wirzenius1-20/+0
2021-04-05feat: update Cargo.lock int Rust projectsLars Wirzenius2-0/+23
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 Wirzenius3-27/+31
The git tag then points at that commit.
2021-04-04feat: set version in debian/changelogLars Wirzenius5-5/+71
2021-03-30report cwd when running git tagLars Wirzenius1-0/+1
2021-03-30feat: report absolute path when setting version for RustLars Wirzenius2-1/+9
2021-03-30fix: report project name and location when setting version for RustLars Wirzenius2-16/+34
2021-03-29feat: set version in Cargo.toml for Rust projectsLars Wirzenius6-0/+159
2021-03-28feat: create git tag for releaseLars Wirzenius4-2/+67
2021-03-28feat: implement dummy main programLars Wirzenius1-0/+3
This doesn't do anything useful. It's mainly a placeholder, but it lets us run the subplot.
2021-03-28test: add vendored copies of Subplot librariesLars Wirzenius1-7/+1
We'll need these soon.
2021-03-21feat: initial commitLars Wirzenius1-0/+7