File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ contents : write
10+ pull-requests : write
11+
812jobs :
913 release :
10- uses : mindkomm/workflows/.github/workflows/release.yml@main
14+ name : Release
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : googleapis/release-please-action@v4
18+ with :
19+ target-branch : ${{ github.ref_name }}
20+ config-file : release-please-config.json
21+ manifest-file : .release-please-manifest.json
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
33 "release-type" : " php" ,
4+ "prerelease" : false ,
5+ "draft" : false ,
6+ "pull-request-header" : " Release-please has created a release" ,
47 "packages" : {
5- "." : {}
8+ "." : {
9+ "changelog-path" : " CHANGELOG.md"
10+ }
611 }
712}
You can’t perform that action at this time.
0 commit comments