Skip to content

Commit 80c2cba

Browse files
committed
Do not generate changelog
1 parent 10059e9 commit 80c2cba

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.goreleaser.yaml

+4-7
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ checksum:
4444
snapshot:
4545
version_template: "{{ incpatch .Version }}-next"
4646

47-
changelog:
48-
sort: asc
49-
filters:
50-
exclude:
51-
- '^docs:'
52-
- '^test:'
47+
report_sizes: true
48+
49+
metadata:
50+
mod_timestamp: "{{ .CommitTimestamp }}"
5351

5452
brews:
5553
-
@@ -63,4 +61,3 @@ brews:
6361
repository:
6462
owner: meap
6563
name: homebrew-runecs
66-
token: "{{ .Env.PUBLISHER_TOKEN }}"

0 commit comments

Comments
 (0)