File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 # https://github.com/marketplace/actions/auto-changelog
4848 # require commit format are "type(category): description [flag]"
4949 - name : Make Changelog
50- uses : ardalanamini/auto-changelog@v4
50+ uses : ardalanamini/auto-changelog@v4.0.0
5151 id : changelog
5252 with :
5353 github-token : ${{ github.token }}
@@ -69,14 +69,14 @@ jobs:
6969 mention-authors : true
7070 mention-new-contributors : true
7171 include-compare-link : true
72- include-pr-lints : true
73- include-commit-lints : true
72+ # include-pr-lints : true
73+ # include-commit-lints : true
7474 semver : true
7575 use-github-autolink : true
7676
7777 # https://github.com/marketplace/actions/gh-release
7878 - name : Release APK
79- uses : softprops/action-gh-release@v1
79+ uses : softprops/action-gh-release@v0.1.15
8080 if : startsWith(github.ref, 'refs/tags/')
8181 with :
8282 token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments