Skip to content

Commit b22ccab

Browse files
authored
chore: configure release-please (#102)
1 parent 3afb126 commit b22ccab

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
2+
"packages": {
3+
".": {
4+
"changelog-path": "CHANGELOG.md",
5+
"release-type": "python",
6+
"bump-minor-pre-major": false,
7+
"bump-patch-for-minor-pre-major": false,
8+
"draft": false,
9+
"prerelease": false
10+
}
11+
},
312
"changelog-sections": [
413
{ "type": "build", "section": "Build System" },
514
{ "type": "docs", "section": "Documentation" },
615
{ "type": "feat", "section": "Features" },
716
{ "type": "fix", "section": "Bug Fixes" },
817
{ "type": "perf", "section": "Performance" }
9-
]
18+
],
19+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1020
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "2.3.4"
3+
}

.github/workflows/release-please.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- uses: googleapis/release-please-action@v4
2020
id: release
2121
with:
22-
release-type: python
22+
config-file: .github/release-please-config.json
23+
manifest-file: .github/release-please-manifest.json
2324

2425
publish:
2526
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)