-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.release-plan.json
More file actions
26 lines (26 loc) · 1.27 KB
/
.release-plan.json
File metadata and controls
26 lines (26 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"solution": {
"@bertdeblock/gember": {
"impact": "patch",
"oldVersion": "1.6.0",
"newVersion": "1.6.1",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-03-06)\n\n* @bertdeblock/gember 1.6.1 (patch)\n\n#### :bug: Bug Fix\n* `@bertdeblock/gember`\n * [#93](https://github.com/bertdeblock/gember/pull/93) Fix generating paths ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :memo: Documentation\n* `@bertdeblock/gember`\n * [#91](https://github.com/bertdeblock/gember/pull/91) Update docs ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `@bertdeblock/gember`\n * [#89](https://github.com/bertdeblock/gember/pull/89) Generate a sh*tload of tests ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n"
}