Commit Diff
- Commit:
95ad706fd84e7adc63e34223fa03b7d5066bee29- From:
- witcher <witcher@wiredspace.de>
- Date:
- Message:
- chore(cog): introduce cog cocogitto, with its binary `cog`, helps in me not messing any bumps in releases up anymore. In addition, all new tags, starting with the next version, now have a `v` prefix. https://github.com/cocogitto/cocogitto/
- Actions:
- Patch | Tree
--- /dev/null +++ cog.toml @@ -0,0 +1,10 @@ +ignore_merge_commits = true +branch_whitelist = ["main"] +pre_bump_hooks = [ + "cargo set-version {{version}}", +] +tag_prefix = "v" + +[changelog] +path = "CHANGELOG.md" +authors = []
