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