We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847410b commit 5027c5eCopy full SHA for 5027c5e
.cz.yaml
@@ -106,6 +106,6 @@ commitizen:
106
name: cz_customize
107
tag_format: v$version
108
update_changelog_on_bump: false
109
- version: 0.17.11
+ version: 0.18.0
110
version_files:
111
- internal/cli/app.go:Version
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.18.0 (2024-12-05)
2
+
3
+### Feat
4
5
+- **#17**: rework cli interface
6
7
## v0.17.11 (2024-12-04)
8
9
### CI
internal/cli/app.go
@@ -9,7 +9,7 @@ func App(args []string) {
app := &cli.App{
10
Name: "sheriff",
11
Usage: "Fighting dangerous dangerous dependencies since 2024.",
12
- Version: "0.17.11",
+ Version: "0.18.0",
13
Commands: []*cli.Command{
14
{
15
Name: "patrol",
0 commit comments