-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.release-plan.json
More file actions
22 lines (22 loc) · 1.09 KB
/
.release-plan.json
File metadata and controls
22 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"solution": {
"hash-for-dep": {
"impact": "patch",
"oldVersion": "1.5.1",
"newVersion": "1.5.2",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-02-23)\n\n* hash-for-dep 1.5.2 (patch)\n\n#### :bug: Bug Fix\n* `hash-for-dep`\n * [#66](https://github.com/ember-cli/hash-for-dep/pull/66) remove unused dependencies ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `hash-for-dep`\n * [#69](https://github.com/ember-cli/hash-for-dep/pull/69) start using release-plan ([@mansona](https://github.com/mansona))\n * [#68](https://github.com/ember-cli/hash-for-dep/pull/68) Move to Pnpm and Add a basic github actions CI ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}