mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
Fix release (#369)
This commit is contained in:
parent
422f59ef79
commit
a18d9c817f
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -151,7 +151,7 @@ endif
|
|||
)
|
||||
.PHONY: release-cli
|
||||
|
||||
release-server: clean build-server
|
||||
release-server: clean
|
||||
ifndef version
|
||||
$(error version is required. Usage: make version=0.1.0 release-server)
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -47,10 +47,10 @@ fi
|
|||
echo "* creating release"
|
||||
set -x
|
||||
|
||||
# first message is the title and the following are body in markdown
|
||||
hub release create \
|
||||
"${file_flags[@]}" \
|
||||
"${flags[@]}" \
|
||||
# first message is the title and the following are body in markdown
|
||||
--message="$version_tag"\
|
||||
--message="Please see the [CHANGELOG](https://github.com/dnote/dnote/blob/master/CHANGELOG.md)" \
|
||||
"$version_tag"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue