File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Python Semantic Release
3131 id : release
32- uses : python-semantic-release/python-semantic-release@1a324000f2251a9e722e77b128bf72712653813f # master
32+ uses : python-semantic-release/python-semantic-release@1a324000f2251a9e722e77b128bf72712653813f # v10.0.2
3333 with :
3434 github_token : ${{ secrets.GH_TOKEN }}
3535
3838 if : steps.release.outputs.released == 'true'
3939
4040 - name : Publish to GitHub Releases
41- uses : python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # main
41+ uses : python-semantic-release/publish-action@e5e3010f6a207cd5d6f5d3dccedbea355484ca02 # v10.0.2
4242 if : steps.release.outputs.released == 'true'
4343 with :
4444 github_token : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -142,7 +142,9 @@ match = "master"
142142
143143[tool .semantic_release .changelog ]
144144exclude_commit_patterns = [
145+ " chore.*deps.*Bump" ,
145146 " Merge pull request" ,
147+ " ci.*pre-commit.*auto-update" ,
146148]
147149
148150
You can’t perform that action at this time.
0 commit comments