Skip to content

Commit 8aec613

Browse files
authored
Merge pull request #190 from ember-cli/release-preview
Prepare Release
2 parents 798d0d0 + 9a17771 commit 8aec613

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed

.release-plan.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"solution": {
3+
"ember-cli-deprecation-workflow": {
4+
"impact": "major",
5+
"oldVersion": "2.2.0",
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+
"impact": "patch",
18+
"reason": "Appears in changelog section :memo: Documentation"
19+
},
20+
{
21+
"impact": "patch",
22+
"reason": "Appears in changelog section :house: Internal"
23+
}
24+
],
25+
"pkgJSONPath": "./package.json"
26+
}
27+
},
28+
"description": "## Release (2024-06-25)\n\nember-cli-deprecation-workflow 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-deprecation-workflow`\n * [#159](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/159) [BREAKING] Convert to a module. Drops support for Ember < 3.28, requires manual initialization ([@lolmaus](https://github.com/lolmaus))\n * [#175](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/175) Node 16 is the minimum supported version ([@mixonic](https://github.com/mixonic))\n\n#### :bug: Bug Fix\n* `ember-cli-deprecation-workflow`\n * [#181](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/181) Remove unused broccoli magic ([@simonihmig](https://github.com/simonihmig))\n\n#### :memo: Documentation\n* `ember-cli-deprecation-workflow`\n * [#184](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/184) Update configuration paths in documentation ([@backspace](https://github.com/backspace))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#189](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/189) start using release-plan ([@mansona](https://github.com/mansona))\n * [#188](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/188) start using pnpm ([@mansona](https://github.com/mansona))\n * [#178](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/178) Upgrade Ember CLI to 5.4 ([@lolmaus](https://github.com/lolmaus))\n * [#170](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/170) Bump Node, swap to npm, update CI pipeline ([@mixonic](https://github.com/mixonic))\n\n#### Committers: 5\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n- Buck Doyle ([@backspace](https://github.com/backspace))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Matthew Beale ([@mixonic](https://github.com/mixonic))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
29+
}

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## Release (2024-06-25)
4+
5+
ember-cli-deprecation-workflow 3.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-cli-deprecation-workflow`
9+
* [#159](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/159) [BREAKING] Convert to a module. Drops support for Ember < 3.28, requires manual initialization ([@lolmaus](https://github.com/lolmaus))
10+
* [#175](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/175) Node 16 is the minimum supported version ([@mixonic](https://github.com/mixonic))
11+
12+
#### :bug: Bug Fix
13+
* `ember-cli-deprecation-workflow`
14+
* [#181](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/181) Remove unused broccoli magic ([@simonihmig](https://github.com/simonihmig))
15+
16+
#### :memo: Documentation
17+
* `ember-cli-deprecation-workflow`
18+
* [#184](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/184) Update configuration paths in documentation ([@backspace](https://github.com/backspace))
19+
20+
#### :house: Internal
21+
* `ember-cli-deprecation-workflow`
22+
* [#189](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/189) start using release-plan ([@mansona](https://github.com/mansona))
23+
* [#188](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/188) start using pnpm ([@mansona](https://github.com/mansona))
24+
* [#178](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/178) Upgrade Ember CLI to 5.4 ([@lolmaus](https://github.com/lolmaus))
25+
* [#170](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/170) Bump Node, swap to npm, update CI pipeline ([@mixonic](https://github.com/mixonic))
26+
27+
#### Committers: 5
28+
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
29+
- Buck Doyle ([@backspace](https://github.com/backspace))
30+
- Chris Manson ([@mansona](https://github.com/mansona))
31+
- Matthew Beale ([@mixonic](https://github.com/mixonic))
32+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
33+
334
## v2.2.0 (2023-11-01)
435

536
* Introduce a dependency on ember-string to improve out of the box

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deprecation-workflow",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "Provides a much needed workflow to managing deprecations.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)