Skip to content

Commit 22d74af

Browse files
authored
chore: bootstrap releases for path: . (#23)
* chore: bootstrap releases for path: . * ci(publish): modify bump version PRs
1 parent 2f2c4db commit 22d74af

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.release-please-manifest.json

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

release-please-config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"packages": {
3+
".": {
4+
"changelog-path": "CHANGELOG.md",
5+
"release-type": "node",
6+
"pull-request-title-pattern": "chore: release ${version}",
7+
"pull-request-header": "🍄 Release bump",
8+
"bump-minor-pre-major": true,
9+
"bump-patch-for-minor-pre-major": false,
10+
"draft": false,
11+
"prerelease": false
12+
}
13+
},
14+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
15+
}

0 commit comments

Comments
 (0)