ci: configure goreleaser
Some checks failed
ci-build / lint (push) Has been cancelled
ci-build / build (push) Has been cancelled
ci-build / release (push) Has been cancelled

This commit is contained in:
Rob Watson 2025-03-26 21:22:19 +01:00
parent bcaf9f1cae
commit bdb77cb6bb
2 changed files with 5 additions and 0 deletions

View File

@ -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:

View File

@ -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