Skip to content

Commit a41c455

Browse files
bump: version 0.25.7 → 0.25.8
1 parent 34f674f commit a41c455

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ commitizen:
106106
name: cz_customize
107107
tag_format: v$version
108108
update_changelog_on_bump: false
109-
version: 0.25.7
109+
version: 0.25.8
110110
version_files:
111111
- internal/cli/app.go:Version
112112
- gitlab/templates/sheriff.gitlab-ci.yml:sheriff:v

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v0.25.8 (2025-09-18)
2+
3+
### Refactor
4+
5+
- add `GroupOrOwner` to `Project` struct
6+
- **#52**: download gh repo instead of using git clone
7+
8+
### CI
9+
10+
- make lgtm publish reviews
11+
12+
### Tests
13+
14+
- fix test for download
15+
116
## v0.25.7 (2025-09-18)
217

318
### CI

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ To run sheriff on Gitlab, we suggest the following set-up:
266266
2. Create a CI file in this repository which extends from our template
267267
```yaml
268268
include:
269-
- remote: 'https://raw.githubusercontent.com/elementsinteractive/sheriff/refs/tags/v0.25.7/gitlab/templates/sheriff.gitlab-ci.yml'
269+
- remote: 'https://raw.githubusercontent.com/elementsinteractive/sheriff/refs/tags/v0.25.8/gitlab/templates/sheriff.gitlab-ci.yml'
270270

271271
sheriff:
272272
extends: .sheriff

gitlab/templates/sheriff.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
.sheriff:
1212
stage: deploy
1313
image:
14-
name: elementsinteractive/sheriff:v0.25.7
14+
name: elementsinteractive/sheriff:v0.25.8
1515
entrypoint: [""]
1616
resource_group: production
1717
rules:

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.25.7",
12+
Version: "0.25.8",
1313
Commands: []*cli.Command{
1414
{
1515
Name: "patrol",

0 commit comments

Comments
 (0)