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 888338c commit 9890454Copy full SHA for 9890454
.goreleaser.yml
@@ -60,8 +60,8 @@ brews:
60
tap:
61
owner: go-task
62
name: homebrew-tap
63
+ token: "{{.Env.GORELEASER_TOKEN}}"
64
test:
65
system "#{bin}/task", "--help"
66
url_template: https://github.com/go-task/task/releases/download/{{.Tag}}/{{.ArtifactName}}
67
commit_msg_template: Bump {{.Tag}}
- token: "{{.Env.GORELEASER_TOKEN}}"
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 3.7.2 - 2021-09-04
+## 3.7.3 - 2021-09-04
4
5
- Add official support to Apple M1 ([#564](https://github.com/go-task/task/pull/564), [#567](https://github.com/go-task/task/pull/567)).
6
- Our [official Homebrew tap](https://github.com/go-task/homebrew-tap) will
0 commit comments