Skip to content

Commit 7583091

Browse files
authored
Meta: exclude meta commits from release notes
1 parent 4136f32 commit 7583091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
token: ${{ secrets.NPM_TOKEN }}
2828
- run: git push --follow-tags
29-
- uses: notlmn/release-with-changelog@v2
29+
- uses: notlmn/release-with-changelog@v3
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
32+
exclude: '^Meta|^\d\.\d\.\d$|^Readme|readme$|Lint'

0 commit comments

Comments
 (0)