Skip to content

Commit bd3ce63

Browse files
authored
chore: bootstrap releases for path: . (#11)
1 parent f7ae840 commit bd3ce63

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+
".": "6.0.1"
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+
"pull-request-header": "Please run the release_notes action before releasing to generate release highlights",
3+
"packages": {
4+
".": {
5+
"include-component-in-tag": false,
6+
"changelog-path": "HISTORY.md",
7+
"release-type": "node",
8+
"bump-minor-pre-major": false,
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)