Skip to content

Commit 515de93

Browse files
committed
chore: bootstrap releases for path: .
1 parent 409588a commit 515de93

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"cli": "3.1.0",
3-
"plugins/typescript": "11.1.0"
3+
"plugins/typescript": "11.1.0",
4+
".": "0.0.0"
45
}

release-please-config.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
"bumpPatchForMinorPreMajor": false,
1818
"changelogPath": "CHANGELOG.md",
1919
"versioning": "default"
20+
},
21+
".": {
22+
"changelog-path": "CHANGELOG.md",
23+
"release-type": "node",
24+
"bump-minor-pre-major": false,
25+
"bump-patch-for-minor-pre-major": false,
26+
"draft": false,
27+
"prerelease": false
2028
}
21-
}
29+
},
30+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
2231
}

0 commit comments

Comments
 (0)