Skip to content

Commit 99537b0

Browse files
authored
udpate release.yaml (#561)
* udpate release.yaml * udpate goreleaser.yaml * udpate goreleaser.yaml
1 parent d67d292 commit 99537b0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: goreleaser/goreleaser-action@v6
2626
with:
2727
version: latest
28-
args: release --rm-dist
28+
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ data/*.yaml
55
!.github/workflows/*.yaml
66
helm/easeprobe/charts/
77
vendor/
8+
9+
dist/

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
before:
24
hooks:
35
# You may remove this if you don't use go modules.
@@ -6,11 +8,9 @@ before:
68
- go generate ./...
79

810
snapshot:
9-
name_template: '{{ .Tag }}'
11+
version_template: '{{ .Tag }}'
1012
checksum:
1113
name_template: 'checksums.txt'
12-
changelog:
13-
skip: true
1414

1515
builds:
1616
- id: build

0 commit comments

Comments
 (0)