Skip to content

Commit

Permalink
fix: tag syntax for github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Mar 5, 2021
1 parent 5e6ad62 commit 4de3807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git rm CHANGELOG.md
yarn run standard-version -r $kind
tag=$(cat package.json | jq -r .version)

sed -ne "/^## $tag/,/^##.*202/p" CHANGELOG.md | sed -e '$d' -e '1d' > note.md
sed -ne "/^## \[$tag\]/,/^##.*202/p" CHANGELOG.md | sed -e '$d' -e '1d' > note.md

cat >> note.md <<EOF
### Docker images:
Expand Down

0 comments on commit 4de3807

Please sign in to comment.