-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.release-plan.json
More file actions
18 lines (18 loc) · 1012 Bytes
/
.release-plan.json
File metadata and controls
18 lines (18 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"solution": {
"tracked-toolbox": {
"impact": "minor",
"oldVersion": "2.1.0",
"newVersion": "2.2.0",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./tracked-toolbox/package.json"
}
},
"description": "## Release (2025-12-30)\n\n* tracked-toolbox 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `tracked-toolbox`\n * [#226](https://github.com/tracked-tools/tracked-toolbox/pull/226) Add support for custom comparator function in localCopy ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* [#244](https://github.com/tracked-tools/tracked-toolbox/pull/244) pnpm dlx create-release-plan-setup@5.1.0 --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}