-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.03 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"update-blueprint-deps": {
"impact": "minor",
"oldVersion": "0.3.0",
"newVersion": "0.4.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-04-21)\n\n* update-blueprint-deps 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `update-blueprint-deps`\n * [#12](https://github.com/ember-cli/update-blueprint-deps/pull/12) catch error when checking latest version and continue ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `update-blueprint-deps`\n * [#15](https://github.com/ember-cli/update-blueprint-deps/pull/15) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}