Skip to content

Commit 8b2370b

Browse files
committed
chore: update release please manifest
1 parent 409588a commit 8b2370b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/release-please.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
id: release
1919
with:
2020
token: ${{secrets.GITHUB_TOKEN}}
21-
release-type: node
2221
# The logic below handles the npm publication:
2322
- name: Checkout Repository
2423
uses: actions/checkout@v4

release-please-config.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
23
"packages": {
34
"cli": {
4-
"releaseType": "node",
5+
"release-type": "node",
56
"draft": false,
67
"prerelease": false,
7-
"bumpMinorPreMajor": false,
8-
"bumpPatchForMinorPreMajor": false,
9-
"changelogPath": "CHANGELOG.md",
8+
"bump-minor-pre-major": false,
9+
"bump-patch-for-minor-pre-major": false,
10+
"changelog-path": "CHANGELOG.md",
1011
"versioning": "default"
1112
},
1213
"plugins/typescript": {
13-
"releaseType": "node",
14+
"release-type": "node",
1415
"draft": false,
1516
"prerelease": false,
16-
"bumpMinorPreMajor": false,
17-
"bumpPatchForMinorPreMajor": false,
18-
"changelogPath": "CHANGELOG.md",
17+
"bump-minor-pre-major": false,
18+
"bump-patch-for-minor-pre-major": false,
19+
"changelog-path": "CHANGELOG.md",
1920
"versioning": "default"
2021
}
2122
}

0 commit comments

Comments
 (0)