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 f02f66d commit 4f54538Copy full SHA for 4f54538
.github/workflows/changelog.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
with:
15
- ref: main
+ ref: master
16
fetch-depth: 0
17
- run: git fetch --prune --prune-tags
18
- run: git tag -l 'v*'
.goreleaser.yaml
@@ -1,10 +1,10 @@
1
# This is an example .goreleaser.yml file with some sensible defaults.
2
# Make sure to check the documentation at https://goreleaser.com
3
-env:
4
- - GO111MODULE=on
+# env:
+# - GO111MODULE=on
5
6
-gomod:
7
- proxy: true
+# gomod:
+# proxy: true
8
9
before:
10
hooks:
@@ -105,6 +105,8 @@ changelog:
105
- '^test:'
106
- '^feat(update):'
107
- '^feat(ci):'
108
+ - '^chore(ci):'
109
+ - '^chore(action):'
110
- Merge pull request
111
- Merge branch
112
- go mod tidy
0 commit comments