Skip to content

Commit

Permalink
bump: version 0.24.0 → 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 10, 2025
1 parent 57e0a21 commit a9d451a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ commitizen:
name: cz_customize
tag_format: v$version
update_changelog_on_bump: false
version: 0.24.0
version: 0.24.1
version_files:
- internal/cli/app.go:Version
- gitlab/templates/sheriff.gitlab-ci.yml:sheriff:v
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.24.1 (2025-02-10)

### Fix

- **#48**: summary report severity count

## v0.24.0 (2025-01-13)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ To run sheriff on Gitlab, we suggest the following set-up:
2. Create a CI file in this repository which extends from our template
```yaml
include:
- remote: 'https://raw.githubusercontent.com/elementsinteractive/sheriff/refs/tags/v0.24.0/gitlab/templates/sheriff.gitlab-ci.yml'
- remote: 'https://raw.githubusercontent.com/elementsinteractive/sheriff/refs/tags/v0.24.1/gitlab/templates/sheriff.gitlab-ci.yml'

sheriff:
extends: .sheriff
Expand Down
2 changes: 1 addition & 1 deletion gitlab/templates/sheriff.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
.sheriff:
stage: deploy
image:
name: elementsinteractive/sheriff:v0.24.0
name: elementsinteractive/sheriff:v0.24.1
entrypoint: [""]
resource_group: production
rules:
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.24.0",
Version: "0.24.1",
Commands: []*cli.Command{
{
Name: "patrol",
Expand Down

0 comments on commit a9d451a

Please sign in to comment.