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 29
29
30
30
- name : Python Semantic Release
31
31
id : release
32
- uses : python-semantic-release/python-semantic-release@1a324000f2251a9e722e77b128bf72712653813f # master
32
+ uses : python-semantic-release/python-semantic-release@1a324000f2251a9e722e77b128bf72712653813f # v10.0.2
33
33
with :
34
34
github_token : ${{ secrets.GH_TOKEN }}
35
35
38
38
if : steps.release.outputs.released == 'true'
39
39
40
40
- 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
42
42
if : steps.release.outputs.released == 'true'
43
43
with :
44
44
github_token : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -142,7 +142,9 @@ match = "master"
142
142
143
143
[tool .semantic_release .changelog ]
144
144
exclude_commit_patterns = [
145
+ " chore.*deps.*Bump" ,
145
146
" Merge pull request" ,
147
+ " ci.*pre-commit.*auto-update" ,
146
148
]
147
149
148
150
You can’t perform that action at this time.
0 commit comments