Skip to content

Commit 850eee3

Browse files
committed
fix: set release-please manifest to last stable tag (v0.11.2)
The manifest was set to 0.12.0, but that version was never released as a stable tag — only beta tags exist. This caused release-please to diff against a nonexistent tag and pull in the entire project history. Reset to 0.11.2 so the next release correctly diffs from the last stable release.
1 parent aa4dc7c commit 850eee3

1 file changed

Lines changed: 1 addition & 1 deletion

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-
".": "0.12.0"
2+
".": "0.11.2"
33
}

0 commit comments

Comments
 (0)