Skip to content

Commit 60aacde

Browse files
committed
ci: add release please action
1 parent 2962a6d commit 60aacde

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

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: googleapis/release-please-action@v4
13+
with:
14+
token: ${{ secrets.GRAYCORE_GITHUB_TOKEN }}

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+
"bump-minor-pre-major": true,
4+
"bump-patch-for-minor-pre-major": true,
5+
"draft-pull-request": true,
6+
"prerelease": true,
7+
"include-component-in-tag": false,
8+
"include-v-in-tag": true,
9+
"release-type": "simple",
10+
"pull-request-title-pattern": "chore: release ${version}",
11+
"changelog-path": "docs/CHANGELOG.md"
12+
}

0 commit comments

Comments
 (0)