File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 ,
8+ "bump-minor-pre-major " : false ,
9+ "bump-patch-for-minor-pre-major " : false ,
910 "changelogPath" : " 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 }
You can’t perform that action at this time.
0 commit comments