We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b347b commit 582e731Copy full SHA for 582e731
.github/workflows/e2e.yaml
@@ -9,6 +9,9 @@ on:
9
- "example/**"
10
- "docs/**"
11
- "README.md"
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
# Build the commitizen and cache it so the workers can get it.
17
build:
.goreleaser.yaml
@@ -3,7 +3,7 @@
3
4
dist: _output
5
snapshot:
6
- name_template: '{{ incpatch .Version }}-next'
+ version_template: '{{ incpatch .Version }}-next'
7
builds:
8
- env:
- CGO_ENABLED=0
@@ -43,7 +43,7 @@ archives:
43
# Default is empty.
44
format_overrides:
45
- goos: windows
46
- format: zip
+ format: [ 'zip' ]
47
checksum:
48
name_template: 'CHECKSUM'
49
changelog:
0 commit comments