From d201755f783dcc862b3d58cd2df3a1e29d0b7ea8 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:55:37 -0700 Subject: [PATCH] feat: specify release target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a4ca75..0f9e26a 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,9 @@ lint: golangci scan ## release - Cuts a release for the project on GitHub (requires GitHub CLI) # tag = The associated tag title of the release +# target = Target branch or full commit SHA release: - gh release create ${tag} + gh release create ${tag} --target ${target} ## scan - Run gosec to scan for security issues scan: