Skip to content

Commit

Permalink
dev: fix release warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed Dec 1, 2024
1 parent fb6e8bc commit 7092599
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: e3dc
before:
hooks:
Expand Down Expand Up @@ -38,17 +39,17 @@ archives:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}"
version_template: "{{ .Tag }}-SNAPSHOT-{{.ShortCommit}}"
changelog:
sort: asc
filters:
exclude:
- '^doc:'
- '^docs:'
- '^test:'
- '^dev:'
- "^doc:"
- "^docs:"
- "^test:"
- "^dev:"
- '^chore(\(.*\))?:'
release:
prerelease: auto
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Create release
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: release --clean --config .github/goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7092599

Please sign in to comment.