Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b21055a

Browse files
committed
chore: remove pointless root release configuration
The root '.' release was just bumping a version number and updating a changelog for commits that don't belong to any package. In a monorepo, each package should have its own releases. There's no meaningful 'root' package to release.
1 parent bb81aab commit b21055a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.release-please-manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
".": "0.12.0",
32
"cmd/ftl": "0.11.0",
43
"sdk/go": "0.11.0",
54
"sdk/rust": "0.13.0",

release-please-config.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@
8181
}
8282
],
8383
"packages": {
84-
".": {
85-
"release-type": "simple",
86-
"component": "",
87-
"changelog-path": "CHANGELOG.md",
88-
"include-component-in-tag": false,
89-
"package-name": "ftl"
90-
},
9184
"cmd/ftl": {
9285
"release-type": "go",
9386
"component": "cli",

0 commit comments

Comments
 (0)