Skip to content

Commit

Permalink
bump: version 0.22.2 → 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2024
1 parent 0ceb62b commit bd0bdef
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.22.2
version: 0.23.0
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.23.0 (2024-12-23)

### Feat

- gitlab templates

## v0.22.2 (2024-12-23)

### CI
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.22.2/gitlab/templates/sheriff.gitlab-ci.yml'
- remote: 'https://raw.githubusercontent.com/elementsinteractive/sheriff/refs/tags/v0.23.0/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.22.2
name: elementsinteractive/sheriff:v0.23.0
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.22.2",
Version: "0.23.0",
Commands: []*cli.Command{
{
Name: "patrol",
Expand Down

0 comments on commit bd0bdef

Please sign in to comment.