irona-cli 0.2.1

A terminal UI tool for reclaiming disk space from build artifacts
1
2
3
4
5
6
7
pre-release-hook = ["git-cliff", "--tag", "v{{version}}", "--output", "CHANGELOG.md"]
pre-release-commit-message = "chore: release v{{version}}"
tag-name = "v{{version}}"
tag-message = "Release v{{version}}"
push = true
publish = false
allow-branch = ["main"]