Skip to content

Commit 49fc4a1

Browse files
authored
fix: include chores in release notes
1 parent b4fa0dc commit 49fc4a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
{
6060
echo 'notes<<EOF'
6161
git log --oneline --no-decorate "$PREVIOUS_TAG..HEAD" \
62-
| grep -v '^[a-f0-9]\+ chore' \
6362
| sed 's/^\([a-f0-9]\+\) \(.*\)/- \2 (\1)/' \
6463
|| echo "- Initial release"
6564
echo 'EOF'

0 commit comments

Comments
 (0)