Skip to content

Commit

Permalink
bump: version 0.18.2 → 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent c580095 commit ecfae0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ commitizen:
name: cz_customize
tag_format: v$version
update_changelog_on_bump: false
version: 0.18.2
version: 0.18.3
version_files:
- internal/cli/app.go:Version
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.18.3 (2024-12-09)

### CI

- change goreleaser changelog and attempt a non-shallow clone (#29)

## v0.18.2 (2024-12-09)

### CI
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func App(args []string) {
app := &cli.App{
Name: "sheriff",
Usage: "Fighting dangerous dangerous dependencies since 2024.",
Version: "0.18.2",
Version: "0.18.3",
Commands: []*cli.Command{
{
Name: "patrol",
Expand Down

0 comments on commit ecfae0a

Please sign in to comment.