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:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup Go 1.24.1
|
- name: Setup Go 1.24.1
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
|
@ -27,8 +27,11 @@ archives:
|
|||||||
formats: [zip]
|
formats: [zip]
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
|
use: github
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
exclude:
|
||||||
- "^doc:"
|
- "^doc:"
|
||||||
- "^test:"
|
- "^test:"
|
||||||
|
- "^ci:"
|
||||||
|
- typo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user