Skip to content

Commit eae2b17

Browse files
committed
ci(release-please): fix version finding and bump strategy
1 parent 65d450f commit eae2b17

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

.github/release-please-config.json

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

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
steps:
1717
- uses: googleapis/release-please-action@v4
1818
with:
19-
release-type: simple
20-
bump-minor-pre-major: true
19+
config-file: .github/release-please-config.json
20+
manifest-file: .github/release-please-manifest.json

.release-please-manifest.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)