Skip to content

Commit a6ad77e

Browse files
committed
fix(release): correct config paths
1 parent 5f88452 commit a6ad77e

2 files changed

Lines changed: 3 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+
"src": "0.1.3"
33
}

release-please-config.json

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

0 commit comments

Comments
 (0)