-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-plan.json
21 lines (21 loc) · 1.03 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"solution": {
"ember-learn-release-tool": {
"impact": "minor",
"oldVersion": "1.0.0",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-12-10)\n\nember-learn-release-tool 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-learn-release-tool`\n * [#6](https://github.com/ember-learn/ember-learn-release-tool/pull/6) add guides-search command ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-learn-release-tool`\n * [#4](https://github.com/ember-learn/ember-learn-release-tool/pull/4) split out functions that can be reused in multiple commands ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}