Merge pull request #121 from roboll/up-to-date-release-note

Ensure the release note to be up-to-date
This commit is contained in:
KUOKA Yusuke 2018-04-26 20:01:10 +09:00 committed by GitHub
commit efe5a2e56b
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 .PHONY: pristine
release: pristine cross 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 .PHONY: release
image: cross image: cross