Skip to content

Commit 1831071

Browse files
committed
Add config files
1 parent 4c7bca3 commit 1831071

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ jobs:
1515
steps:
1616
- uses: googleapis/release-please-action@v4
1717
with:
18-
release-type: simple
19-
package-name: xarray_plotly
20-
# Keep version at 0.0.x - feat: bumps patch instead of minor
21-
bump-patch-for-minor-pre-major: true
18+
config-file: .release-please-config.json
19+
manifest-file: .release-please-manifest.json

.release-please-config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"packages": {
4+
".": {
5+
"release-type": "simple",
6+
"package-name": "xarray_plotly",
7+
"bump-patch-for-minor-pre-major": true,
8+
"changelog-path": "CHANGELOG.md"
9+
}
10+
}
11+
}

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.0.12"
3+
}

0 commit comments

Comments
 (0)