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 6779f82 commit eef1319Copy full SHA for eef1319
.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.22.1
+ version: 0.22.2
110
version_files:
111
- internal/cli/app.go:Version
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.22.2 (2024-12-23)
2
+
3
+### CI
4
5
+- fix labeler workflow
6
7
## v0.22.1 (2024-12-23)
8
9
### Refactor
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.22.1",
+ Version: "0.22.2",
13
Commands: []*cli.Command{
14
{
15
Name: "patrol",
0 commit comments