File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "packages" : {
3+ "." : {
4+ "package-name" : " hashpipe" ,
5+ "release-type" : " python" ,
6+ "include-component-in-tag" : false
7+ }
8+ },
9+ "pull-request-title-pattern" : " chore: release${component} ${version}"
10+ }
Original file line number Diff line number Diff line change 1+ {"." :" 0.9.2" }
Original file line number Diff line number Diff line change 99 release_please :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : google-github-actions/release-please-action@v3
12+ - uses : google-github-actions/release-please-action@v4
1313 id : release_please
1414 with :
15- release-type : python
16- package-name : hashpipe
17- pull-request-title-pattern : " chore: release${component} ${version}"
15+ config-file : .github/release-please-config.json
16+ manifest-file : .github/release-please-manifest.json
1817 outputs :
1918 release_created : ${{ steps.release_please.outputs.release_created }}
2019 sha : ${{ steps.release_please.outputs.sha }}
You can’t perform that action at this time.
0 commit comments