Skip to content

Commit 2a8f06e

Browse files
committed
chore: bootstrap releases for path: .
1 parent d177055 commit 2a8f06e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "0.0.0"
33
}

release-please-config.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
"packages": {
33
".": {
44
"changelog-path": "CHANGELOG.md",
5-
"release-type": "php",
6-
"bump-minor-pre-major": true,
5+
"bump-minor-pre-major": false,
76
"bump-patch-for-minor-pre-major": false,
87
"draft": false,
9-
"include-v-in-tag": false,
10-
"prerelease": false,
11-
"extra-files": [
12-
"bin/mysql2jsonl"
13-
]
8+
"prerelease": false
149
}
1510
},
1611
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)