Skip to content

Commit 148a268

Browse files
bump: version 0.25.8 → 0.26.0
1 parent b124363 commit 148a268

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.8
109+
version: 0.26.0
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.26.0 (2025-09-18)
2+
3+
### Feat
4+
5+
- support issues on GitHub
6+
7+
### Fix
8+
9+
- incorrect arg to UpdateIssue
10+
11+
### Tests
12+
13+
- more suggestions from lgtm for c.Called
14+
- improve tests
15+
116
## v0.25.8 (2025-09-18)
217

318
### Refactor

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.8/gitlab/templates/sheriff.gitlab-ci.yml'
269+
- remote: 'https://raw.githubusercontent.com/elementsinteractive/sheriff/refs/tags/v0.26.0/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.8
14+
name: elementsinteractive/sheriff:v0.26.0
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.8",
12+
Version: "0.26.0",
1313
Commands: []*cli.Command{
1414
{
1515
Name: "patrol",

0 commit comments

Comments
 (0)