File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Create Release
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+
8+ jobs :
9+ release-please :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : googleapis/release-please-action@v4
13+ with :
14+ token : ${{ secrets.GRAYCORE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json" ,
3+ "bootstrap-sha" : " 6b7489dec7c40a1baca06310e9d14099522dc3d1" ,
4+ "bump-minor-pre-major" : true ,
5+ "bump-patch-for-minor-pre-major" : true ,
6+ "draft-pull-request" : true ,
7+ "prerelease" : true ,
8+ "include-component-in-tag" : false ,
9+ "include-v-in-tag" : true ,
10+ "pull-request-title-pattern" : " chore: release ${version}" ,
11+ "changelog-path" : " docs/CHANGELOG.md"
12+ }
You can’t perform that action at this time.
0 commit comments