mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Fix release (#369)
This commit is contained in:
parent
422f59ef79
commit
a18d9c817f
2 changed files with 2 additions and 2 deletions
|
|
@ -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