Skip to content

Commit fc34f21

Browse files
authored
fix: configure release-please to recognize v8.0.0 release (#455)
- Add bootstrap-sha pointing to v8.0.0 release commit - Add detailed package configuration - This should help release-please create PRs for commits after v8.0.0
1 parent d6ffd73 commit fc34f21

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

release-please-config.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
22
"release-type": "ruby",
3-
"package-name": "closure_tree"
3+
"package-name": "closure_tree",
4+
"packages": {
5+
".": {
6+
"release-type": "ruby",
7+
"package-name": "closure_tree",
8+
"changelog-path": "CHANGELOG.md",
9+
"bump-minor-pre-major": true,
10+
"bump-patch-for-minor-pre-major": true,
11+
"versioning": "default"
12+
}
13+
},
14+
"bootstrap-sha": "422f61687e779d9888304eeacb2c7ce72125eb64"
415
}

0 commit comments

Comments
 (0)