-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.51 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.51 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-deprecation-workflow": {
"impact": "patch",
"oldVersion": "4.0.0",
"newVersion": "4.0.1",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-02-27)\n\n* ember-cli-deprecation-workflow 4.0.1 (patch)\n\n#### :memo: Documentation\n* `ember-cli-deprecation-workflow`\n * [#233](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/233) README: Fix typo in `app.js` snippet ([@Turbo87](https://github.com/Turbo87))\n * [#226](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/226) Docs updates for 4.x ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#227](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/227) Adjust changelog wording ([@kategengler](https://github.com/kategengler))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#224](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/224) Remove unneeded files and deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}