-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.release-plan.json
More file actions
18 lines (18 loc) · 710 Bytes
/
.release-plan.json
File metadata and controls
18 lines (18 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"solution": {
"ember-cli-update": {
"impact": "patch",
"oldVersion": "3.0.0",
"newVersion": "3.0.1",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-10-07)\n\n* ember-cli-update 3.0.1 (patch)\n\n#### :house: Internal\n* `ember-cli-update`\n * [#1281](https://github.com/ember-cli/ember-cli-update/pull/1281) prepare for using oidc for deployment ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}