Skip to content

Commit faab5c5

Browse files
MelSumnergithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent d964dfc commit faab5c5

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.release-plan.json

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
11
{
22
"solution": {
33
"ember-set-helper": {
4-
"impact": "major",
5-
"oldVersion": "2.0.1",
6-
"newVersion": "3.0.0",
7-
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :bug: Bug Fix"
15-
}
16-
],
17-
"pkgJSONPath": "./package.json"
4+
"oldVersion": "3.0.0"
185
}
196
},
20-
"description": "## Release (2024-02-08)\n\nember-set-helper 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-set-helper`, `test-app`\n * [#51](https://github.com/adopted-ember-addons/ember-set-helper/pull/51) Convert to v2 addon, plain function with types ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `ember-set-helper`\n * [#55](https://github.com/adopted-ember-addons/ember-set-helper/pull/55) Add template-registry.ts ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* Other\n * [#61](https://github.com/adopted-ember-addons/ember-set-helper/pull/61) moving to release-plan ([@MelSumner](https://github.com/MelSumner))\n * [#54](https://github.com/adopted-ember-addons/ember-set-helper/pull/54) Create dependabot.yml ([@MelSumner](https://github.com/MelSumner))\n* `test-app`\n * [#53](https://github.com/adopted-ember-addons/ember-set-helper/pull/53) Add a little CI ([@MelSumner](https://github.com/MelSumner))\n\n#### Committers: 2\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n- [@johanrd](https://github.com/johanrd)\n"
7+
"description": "## Release (2024-02-08)\n\n\n\n#### :house: Internal\n* [#65](https://github.com/adopted-ember-addons/ember-set-helper/pull/65) putting it back where it was first ([@MelSumner](https://github.com/MelSumner))\n\n#### Committers: 1\n- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))\n"
218
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Release (2024-02-08)
44

5+
6+
7+
#### :house: Internal
8+
* [#65](https://github.com/adopted-ember-addons/ember-set-helper/pull/65) putting it back where it was first ([@MelSumner](https://github.com/MelSumner))
9+
10+
#### Committers: 1
11+
- Melanie Sumner ([@MelSumner](https://github.com/MelSumner))
12+
13+
## Release (2024-02-08)
14+
515
ember-set-helper 3.0.0 (major)
616

717
#### :boom: Breaking Change

0 commit comments

Comments
 (0)