Skip to content

Commit caf9de2

Browse files
committed
ci: add release-please
1 parent 2962a6d commit caf9de2

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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: google-github-actions/release-please-action@v4
13+
with:
14+
token: ${{ secrets.GRAYCORE_GITHUB_TOKEN }}

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{".":"0.0.0"}

release-please-config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

0 commit comments

Comments
 (0)