Skip to content

Commit 3569c67

Browse files
committed
build(release-please): Configure root package
1 parent 2b99d82 commit 3569c67

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"src": "0.1.3"
2+
".": "0.1.3"
33
}

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"packages": {
4-
"src": {
4+
".": {
55
"release-type": "simple",
6-
"changelog-path": "../CHANGELOG.md",
76
"bump-minor-pre-major": true,
87
"bump-patch-for-minor-pre-major": false,
98
"include-component-in-tag": false,

0 commit comments

Comments
 (0)