Skip to content

Commit

Permalink
Releasing go-template-engine-7.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelocorreia committed Jul 20, 2021
1 parent 3ec86e8 commit 6fb032f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ brews:
tap:
owner: marcelocorreia
name: homebrew-taps
#token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
url_template: "https://github.com/marcelocorreia/{{ .ProjectName }}/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: marcelocorreia
Expand All @@ -74,5 +75,5 @@ brews:
dockers:
- image_templates:
- marcelocorreia/go-template-engine
- marcelocorreia/go-template-engine
# skip_push: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GITHUB_USER ?= marcelocorreia
GIT_REPO_NAME ?= go-template-engine
SEMVER_DOCKER ?= marcelocorreia/semver
HAMMER_CMD := hammer
RELEASE_TYPE ?= minor
RELEASE_TYPE ?= patch

#
.PHONY: default
Expand Down

0 comments on commit 6fb032f

Please sign in to comment.