Ensure the release note to be up-to-date

This commit is contained in:
KUOKA Yusuke 2018-04-26 20:00:59 +09:00 committed by GitHub
parent ae2777f6ad
commit b564c4ad4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pristine: generate fmt
.PHONY: pristine
release: pristine cross
@ghr -b ${BODY} -t ${GITHUB_TOKEN} -u ${ORG} -replace ${TAG} dist
@ghr -b ${BODY} -t ${GITHUB_TOKEN} -u ${ORG} -recreate ${TAG} dist
.PHONY: release
image: cross