-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.release-plan.json
More file actions
18 lines (18 loc) · 898 Bytes
/
.release-plan.json
File metadata and controls
18 lines (18 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"solution": {
"@bertdeblock/gember": {
"impact": "minor",
"oldVersion": "1.7.0",
"newVersion": "1.8.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-04-03)\n\n* @bertdeblock/gember 1.8.0 (minor)\n\n#### :rocket: Enhancement\n* `@bertdeblock/gember`\n * [#100](https://github.com/bertdeblock/gember/pull/100) Allow using `--copy` and `--log` at the same time ([@bertdeblock](https://github.com/bertdeblock))\n * [#98](https://github.com/bertdeblock/gember/pull/98) Parallelize some work for better performance ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
}