From 7aa343fc2ab79ed6becb56ff8a24df61d88d13d1 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Thu, 16 Jun 2022 18:54:07 +0200 Subject: [PATCH] chore(release): update release creation with "gh" --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 8a191fe..3a6df9d 100755 --- a/release.sh +++ b/release.sh @@ -72,4 +72,4 @@ log "INFO" "building Darwin binary" GOOS=darwin go build -o build/x86-x64_darwin_config-mapper log "INFO" "creating release" -gh release create $release -n $(git-chglog -t .chglog/RELEASE_CHANGELOG.tpl.md) build/x86-x64_* \ No newline at end of file +git-chglog -t .chglog/RELEASE_CHANGELOG.tpl.md | gh release create -F - v0.4.0 build/x86-x64_* \ No newline at end of file