Skip to content

Commit

Permalink
fix: not a real fix, just testing release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 10, 2020
1 parent 0cd7ddd commit 1fabb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prepare-github-release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

tag=$(cat CHANGELOG.md | grep "#" | head -n 1 | cut -d' ' -f2)
tag=$(git describe)
mkdir -p tmp
git diff CHANGELOG.md | grep "^+" | grep -v "b/CHANGELOG.md" | sed 's/^+//g' > tmp/RELEASE_NOTES.md
echo "::set-env name=TAG::${tag}"

0 comments on commit 1fabb8b

Please sign in to comment.