We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fa0dc commit 49fc4a1Copy full SHA for 49fc4a1
1 file changed
.github/workflows/release.yml
@@ -59,7 +59,6 @@ jobs:
59
{
60
echo 'notes<<EOF'
61
git log --oneline --no-decorate "$PREVIOUS_TAG..HEAD" \
62
- | grep -v '^[a-f0-9]\+ chore' \
63
| sed 's/^\([a-f0-9]\+\) \(.*\)/- \2 (\1)/' \
64
|| echo "- Initial release"
65
echo 'EOF'
0 commit comments