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:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go 1.24.1
uses: actions/setup-go@v5
with:

View File

@ -27,8 +27,11 @@ archives:
formats: [zip]
changelog:
use: github
sort: asc
filters:
exclude:
- "^doc:"
- "^test:"
- "^ci:"
- typo