Skip to content

Commit f5d1a8c

Browse files
committed
chore: sync config with other repo
1 parent 39791f1 commit f5d1a8c

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.release-please-manifest.json

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

release-please-config.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"pull-request-title-pattern": "chore${scope}: release ${version}",
4+
"pull-request-header": "Please run the release_notes action before releasing to generate release highlights",
25
"packages": {
36
".": {
4-
"changelog-path": "CHANGELOG.md",
7+
"include-component-in-tag": false,
8+
"changelog-path": "HISTORY.md",
59
"release-type": "node",
610
"bump-minor-pre-major": false,
711
"bump-patch-for-minor-pre-major": false,
812
"draft": false,
913
"prerelease": false
1014
}
11-
},
12-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
13-
}
15+
}
16+
}

0 commit comments

Comments
 (0)