-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.release-plan.json
25 lines (25 loc) · 1.62 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
22
23
24
25
{
"solution": {
"validated-changeset": {
"impact": "patch",
"oldVersion": "1.3.4",
"newVersion": "1.3.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-10-31)\n\nvalidated-changeset 1.3.5 (patch)\n\n#### :bug: Bug Fix\n* `validated-changeset`\n * [#190](https://github.com/adopted-ember-addons/validated-changeset/pull/190) Remove unnecessary dependencies ([@timmorey](https://github.com/timmorey))\n\n#### :memo: Documentation\n* `validated-changeset`\n * [#195](https://github.com/adopted-ember-addons/validated-changeset/pull/195) Update the `repository` field of the package.json to point to the new location ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* `validated-changeset`\n * [#197](https://github.com/adopted-ember-addons/validated-changeset/pull/197) Setup release-plan and changelog ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#196](https://github.com/adopted-ember-addons/validated-changeset/pull/196) Update .npmignore to exclude more dev files ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- Timothy Morey ([@timmorey](https://github.com/timmorey))\n"
}