We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da73616 commit c8222cfCopy full SHA for c8222cf
.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.1
+ version: 0.18.2
110
version_files:
111
- internal/cli/app.go:Version
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.18.2 (2024-12-09)
2
+
3
+### CI
4
5
+- use goreleaser to generate binaries (#24)
6
7
## v0.18.1 (2024-12-05)
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.18.1",
+ Version: "0.18.2",
13
Commands: []*cli.Command{
14
{
15
Name: "patrol",
0 commit comments