-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.11 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"ember-cli-update": {
"impact": "patch",
"oldVersion": "3.0.1",
"newVersion": "3.0.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-02-12)\n\n* ember-cli-update 3.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-update`\n * [#1283](https://github.com/ember-cli/ember-cli-update/pull/1283) Fix `upgrading-past-6-7-0.md` filename ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :memo: Documentation\n* `ember-cli-update`\n * [#1285](https://github.com/ember-cli/ember-cli-update/pull/1285) Add instructions for already on vite for upgrading past 6.7 ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n"
}