Skip to content

Commit 3b4ae7d

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v3.0.0 using 'release-plan'
1 parent 758510a commit 3b4ae7d

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

.release-plan.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"solution": {
3+
"ember-cli-update": {
4+
"impact": "major",
5+
"oldVersion": "2.0.1",
6+
"newVersion": "3.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"description": "## Release (2025-09-30)\n\n* ember-cli-update 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-update`\n * [#1268](https://github.com/ember-cli/ember-cli-update/pull/1268) Drop support for Node < 20 ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `ember-cli-update`\n * [#1278](https://github.com/ember-cli/ember-cli-update/pull/1278) Purge Node 8 related code ([@pichfl](https://github.com/pichfl))\n * [#1270](https://github.com/ember-cli/ember-cli-update/pull/1270) swap to release-plan ([@mansona](https://github.com/mansona))\n * [#1274](https://github.com/ember-cli/ember-cli-update/pull/1274) update eslint and remove some strange plugins ([@mansona](https://github.com/mansona))\n * [#1271](https://github.com/ember-cli/ember-cli-update/pull/1271) Use Prettier ([@pichfl](https://github.com/pichfl))\n * [#1269](https://github.com/ember-cli/ember-cli-update/pull/1269) Move to pnpm ([@pichfl](https://github.com/pichfl))\n * [#1266](https://github.com/ember-cli/ember-cli-update/pull/1266) Disable scheduled CI runs ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
22+
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## Release (2025-09-30)
4+
5+
* ember-cli-update 3.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-cli-update`
9+
* [#1268](https://github.com/ember-cli/ember-cli-update/pull/1268) Drop support for Node < 20 ([@pichfl](https://github.com/pichfl))
10+
11+
#### :house: Internal
12+
* `ember-cli-update`
13+
* [#1278](https://github.com/ember-cli/ember-cli-update/pull/1278) Purge Node 8 related code ([@pichfl](https://github.com/pichfl))
14+
* [#1270](https://github.com/ember-cli/ember-cli-update/pull/1270) swap to release-plan ([@mansona](https://github.com/mansona))
15+
* [#1274](https://github.com/ember-cli/ember-cli-update/pull/1274) update eslint and remove some strange plugins ([@mansona](https://github.com/mansona))
16+
* [#1271](https://github.com/ember-cli/ember-cli-update/pull/1271) Use Prettier ([@pichfl](https://github.com/pichfl))
17+
* [#1269](https://github.com/ember-cli/ember-cli-update/pull/1269) Move to pnpm ([@pichfl](https://github.com/pichfl))
18+
* [#1266](https://github.com/ember-cli/ember-cli-update/pull/1266) Disable scheduled CI runs ([@pichfl](https://github.com/pichfl))
19+
20+
#### Committers: 2
21+
- Chris Manson ([@mansona](https://github.com/mansona))
22+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
23+
324

425

526
## v2.0.1 (2023-09-28)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-update",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Update Ember CLI projects",
55
"keywords": [
66
"ember.js",

0 commit comments

Comments
 (0)