File tree 3 files changed +14
-4
lines changed
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 9
9
release_please :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : google-github-actions/release-please-action@v3
12
+ - uses : google-github-actions/release-please-action@v4
13
13
id : release_please
14
14
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
18
17
outputs :
19
18
release_created : ${{ steps.release_please.outputs.release_created }}
20
19
sha : ${{ steps.release_please.outputs.sha }}
You can’t perform that action at this time.
0 commit comments