Skip to content

Commit 35fcff4

Browse files
adding release changes
1 parent 9385442 commit 35fcff4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: goreleaser/goreleaser-action@v5
3232
with:
3333
distribution: goreleaser
34-
version: latest
34+
version: v1.26.2
3535
args: release --clean
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .goreleaser.yaml
2-
version: 2
2+
version: 1
33

44
project_name: ops0
55

@@ -76,13 +76,13 @@ changelog:
7676
- Merge branch
7777
groups:
7878
- title: 'New Features'
79-
regexp: '^.*?feat(\(.+\))??!?:.+$'
79+
regexp: '^.*?feat(\(.+\))??!?:.+
8080
order: 0
8181
- title: 'Bug Fixes'
82-
regexp: '^.*?fix(\(.+\))??!?:.+$'
82+
regexp: '^.*?fix(\(.+\))??!?:.+
8383
order: 1
8484
- title: 'Documentation'
85-
regexp: '^.*?docs?(\(.+\))??!?:.+$'
85+
regexp: '^.*?docs?(\(.+\))??!?:.+
8686
order: 2
8787
- title: 'Other Changes'
8888
order: 999

0 commit comments

Comments
 (0)