Skip to content

Commit ef7fea0

Browse files
committed
fix: update release config
1 parent 666b9ca commit ef7fea0

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,5 @@ jobs:
1515
steps:
1616
- uses: googleapis/release-please-action@v4
1717
with:
18-
# this is a built-in strategy in release-please, see "Action Inputs"
19-
# for more options
20-
release-type: node
21-
include-v-in-tag: true
22-
bump-patch-for-minor-pre-major: true
23-
bump-minor-pre-major: true
18+
config-file: release-please-config.json
19+
manifest-file: .release-please-manifest.json

.release-please-manifest.json

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

release-please-config.json

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

0 commit comments

Comments
 (0)