Skip to content

Commit 9890454

Browse files
committed
v3.7.3
🙄
1 parent 888338c commit 9890454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ brews:
6060
tap:
6161
owner: go-task
6262
name: homebrew-tap
63+
token: "{{.Env.GORELEASER_TOKEN}}"
6364
test:
6465
system "#{bin}/task", "--help"
6566
url_template: https://github.com/go-task/task/releases/download/{{.Tag}}/{{.ArtifactName}}
6667
commit_msg_template: Bump {{.Tag}}
67-
token: "{{.Env.GORELEASER_TOKEN}}"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.7.2 - 2021-09-04
3+
## 3.7.3 - 2021-09-04
44

55
- Add official support to Apple M1 ([#564](https://github.com/go-task/task/pull/564), [#567](https://github.com/go-task/task/pull/567)).
66
- Our [official Homebrew tap](https://github.com/go-task/homebrew-tap) will

0 commit comments

Comments
 (0)