Skip to content

Commit 80cf12e

Browse files
bump: version 0.17.7 → 0.17.8
1 parent c9309dd commit 80cf12e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ commitizen:
106106
name: cz_customize
107107
tag_format: v$version
108108
update_changelog_on_bump: false
109-
version: 0.17.7
109+
version: 0.17.8
110110
version_files:
111111
- internal/cli/app.go:Version

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.17.8 (2024-12-02)
2+
3+
### Fix
4+
5+
- make `sheriff` the entrypoint of the docker image (#14)
6+
17
## v0.17.7 (2024-12-02)
28

39
### Technical

internal/cli/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ func App(args []string) {
99
app := &cli.App{
1010
Name: "sheriff",
1111
Usage: "Fighting dangerous dangerous dependencies since 2024.",
12-
Version: "0.17.7",
12+
Version: "0.17.8",
1313
Commands: []*cli.Command{
1414
{
1515
Name: "patrol",

0 commit comments

Comments
 (0)