Skip to content

Commit 324dbd0

Browse files
committed
chore: fix lint
1 parent 198158a commit 324dbd0

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.release-please-manifest.json

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

release-please-config.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"bump-minor-pre-major": true,
3-
"bump-patch-for-minor-pre-major": true,
4-
"draft": false,
5-
"prerelease": false,
6-
"draft-pull-request": true,
7-
"changelog-sections": [
8-
{ "type": "feat", "section": "Features", "hidden": false },
9-
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
10-
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
11-
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
12-
{ "type": "revert", "section": "Reverts", "hidden": false },
13-
{ "type": "build", "section": "Build System", "hidden": false }
14-
],
15-
"release-type": "node",
16-
"pull-request-title-pattern": "chore: release v${version}",
17-
"packages": {
18-
".": {
19-
"changelog-path": "CHANGELOG.md",
20-
"package-name": "@bucketeer/docs-local-mcp-server"
21-
}
22-
},
23-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
24-
}
2+
"bump-minor-pre-major": true,
3+
"bump-patch-for-minor-pre-major": true,
4+
"draft": false,
5+
"prerelease": false,
6+
"draft-pull-request": true,
7+
"changelog-sections": [
8+
{ "type": "feat", "section": "Features", "hidden": false },
9+
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
10+
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
11+
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
12+
{ "type": "revert", "section": "Reverts", "hidden": false },
13+
{ "type": "build", "section": "Build System", "hidden": false }
14+
],
15+
"release-type": "node",
16+
"pull-request-title-pattern": "chore: release v${version}",
17+
"packages": {
18+
".": {
19+
"changelog-path": "CHANGELOG.md",
20+
"package-name": "@bucketeer/docs-local-mcp-server"
21+
}
22+
},
23+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
24+
}

0 commit comments

Comments
 (0)