ci: configure goreleaser
This commit is contained in:
parent
bcaf9f1cae
commit
bdb77cb6bb
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@ -65,6 +65,8 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Go 1.24.1
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
@ -27,8 +27,11 @@ archives:
|
||||
formats: [zip]
|
||||
|
||||
changelog:
|
||||
use: github
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- "^doc:"
|
||||
- "^test:"
|
||||
- "^ci:"
|
||||
- typo
|
||||
|
Loading…
x
Reference in New Issue
Block a user