From 6fb032ff87b5a2951d6c57b8267cf9db29f0abd3 Mon Sep 17 00:00:00 2001 From: Marcelo Correia Date: Tue, 20 Jul 2021 12:29:06 +1000 Subject: [PATCH] Releasing go-template-engine-7.10.1 --- .goreleaser.yml | 3 ++- Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 39af9c4..058c886 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 @@ -74,5 +75,5 @@ brews: dockers: - image_templates: - - marcelocorreia/go-template-engine + - marcelocorreia/go-template-engine # skip_push: true \ No newline at end of file diff --git a/Makefile b/Makefile index 4ba6314..95c0452 100644 --- a/Makefile +++ b/Makefile @@ -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