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 4fad624 commit eb19061Copy full SHA for eb19061
.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.18.0
+ version: 0.18.1
110
version_files:
111
- internal/cli/app.go:Version
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.18.1 (2024-12-05)
2
+
3
+### CI
4
5
+- push to dockerhub
6
7
## v0.18.0 (2024-12-05)
8
9
### Feat
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.18.0",
+ Version: "0.18.1",
13
Commands: []*cli.Command{
14
{
15
Name: "patrol",
0 commit comments