Skip to content

Commit a6f51a9

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Beta Release using 'release-plan'
1 parent 4512e34 commit a6f51a9

6 files changed

Lines changed: 32 additions & 20 deletions

File tree

.release-plan.json

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-cli": {
44
"impact": "minor",
5-
"oldVersion": "6.10.0-beta.0",
6-
"newVersion": "6.10.0-beta.1",
5+
"oldVersion": "6.11.0-beta.0",
6+
"newVersion": "6.11.0-beta.1",
77
"tagName": "beta",
88
"constraints": [
99
{
@@ -18,14 +18,6 @@
1818
"impact": "patch",
1919
"reason": "Has dependency `workspace:*` on @ember-tooling/classic-build-app-blueprint"
2020
},
21-
{
22-
"impact": "patch",
23-
"reason": "Appears in changelog section :bug: Bug Fix"
24-
},
25-
{
26-
"impact": "patch",
27-
"reason": "Appears in changelog section :memo: Documentation"
28-
},
2921
{
3022
"impact": "patch",
3123
"reason": "Appears in changelog section :house: Internal"
@@ -35,8 +27,8 @@
3527
},
3628
"@ember-tooling/classic-build-addon-blueprint": {
3729
"impact": "minor",
38-
"oldVersion": "6.10.0-beta.0",
39-
"newVersion": "6.10.0-beta.1",
30+
"oldVersion": "6.11.0-beta.0",
31+
"newVersion": "6.11.0-beta.1",
4032
"tagName": "beta",
4133
"constraints": [
4234
{
@@ -52,8 +44,8 @@
5244
},
5345
"@ember-tooling/classic-build-app-blueprint": {
5446
"impact": "minor",
55-
"oldVersion": "6.10.0-beta.0",
56-
"newVersion": "6.10.0-beta.1",
47+
"oldVersion": "6.11.0-beta.0",
48+
"newVersion": "6.11.0-beta.1",
5749
"tagName": "beta",
5850
"constraints": [
5951
{
@@ -62,11 +54,11 @@
6254
},
6355
{
6456
"impact": "patch",
65-
"reason": "Appears in changelog section :bug: Bug Fix"
57+
"reason": "Appears in changelog section :house: Internal"
6658
}
6759
],
6860
"pkgJSONPath": "./packages/app-blueprint/package.json"
6961
}
7062
},
71-
"description": "## Release (2026-01-06)\n\n* ember-cli 6.10.0-beta.1 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.10.0-beta.1 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.10.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10917](https://github.com/ember-cli/ember-cli/pull/10917) Prepare 6.10-beta ([@mansona](https://github.com/mansona))\n * [#10887](https://github.com/ember-cli/ember-cli/pull/10887) Update `chalk` dependency to latest ([@bertdeblock](https://github.com/bertdeblock))\n * [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))\n* `ember-cli`\n * [#10906](https://github.com/ember-cli/ember-cli/pull/10906) Even more dependency updates ([@bertdeblock](https://github.com/bertdeblock))\n * [#10892](https://github.com/ember-cli/ember-cli/pull/10892) More dependency updates ([@bertdeblock](https://github.com/bertdeblock))\n * [#10890](https://github.com/ember-cli/ember-cli/pull/10890) Update various dependencies ([@bertdeblock](https://github.com/bertdeblock))\n * [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))\n\n#### :bug: Bug Fix\n* `ember-cli`\n * [#10888](https://github.com/ember-cli/ember-cli/pull/10888) Upgrade broccoli ([@kategengler](https://github.com/kategengler))\n * [#10886](https://github.com/ember-cli/ember-cli/pull/10886) Update required Node version to v20.19.0 ([@bertdeblock](https://github.com/bertdeblock))\n * [#10860](https://github.com/ember-cli/ember-cli/pull/10860) [BUGFIX release]: Enter the WatchDetector branch of the build command when EMBROIDER_PREBUILD is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@ember-tooling/classic-build-app-blueprint`, `ember-cli`\n * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))\n\n#### :memo: Documentation\n* `ember-cli`\n * [#10874](https://github.com/ember-cli/ember-cli/pull/10874) Update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`\n * [#10891](https://github.com/ember-cli/ember-cli/pull/10891) Update `prettier` + setup ([@bertdeblock](https://github.com/bertdeblock))\n* `ember-cli`\n * [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))\n * [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))\n * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))\n * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 4\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
63+
"description": "## Release (2026-01-25)\n\n* ember-cli 6.11.0-beta.1 (minor)\n* @ember-tooling/classic-build-addon-blueprint 6.11.0-beta.1 (minor)\n* @ember-tooling/classic-build-app-blueprint 6.11.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))\n * [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`\n * [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))\n * [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))\n * [#10884](https://github.com/ember-cli/ember-cli/pull/10884) Prepare Alpha Release ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
7264
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# ember-cli Changelog
22

3+
## Release (2026-01-25)
4+
5+
* ember-cli 6.11.0-beta.1 (minor)
6+
* @ember-tooling/classic-build-addon-blueprint 6.11.0-beta.1 (minor)
7+
* @ember-tooling/classic-build-app-blueprint 6.11.0-beta.1 (minor)
8+
9+
#### :rocket: Enhancement
10+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11+
* [#10923](https://github.com/ember-cli/ember-cli/pull/10923) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
12+
* [#10919](https://github.com/ember-cli/ember-cli/pull/10919) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
13+
14+
#### :house: Internal
15+
* `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
16+
* [#10929](https://github.com/ember-cli/ember-cli/pull/10929) Prepare 6.11-beta ([@mansona](https://github.com/mansona))
17+
* [#10918](https://github.com/ember-cli/ember-cli/pull/10918) Prepare Stable Release ([@mansona](https://github.com/mansona))
18+
* [#10884](https://github.com/ember-cli/ember-cli/pull/10884) Prepare Alpha Release ([@mansona](https://github.com/mansona))
19+
20+
#### Committers: 1
21+
- Chris Manson ([@mansona](https://github.com/mansona))
22+
323
## Release (2026-01-23)
424

525
* ember-cli 6.10.0 (minor)

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",
3-
"version": "6.11.0-beta.0",
3+
"version": "6.11.0-beta.1",
44
"description": "Command line tool for developing ambitious ember.js apps",
55
"keywords": [
66
"app",

packages/addon-blueprint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-tooling/classic-build-addon-blueprint",
3-
"version": "6.11.0-beta.0",
3+
"version": "6.11.0-beta.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ember-cli/ember-cli.git",

packages/app-blueprint/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"broccoli-asset-rev": "^3.0.0",
6161
"concurrently": "^9.2.1",
6262
"ember-auto-import": "^2.12.0",
63-
"ember-cli": "~6.11.0-beta.0",
63+
"ember-cli": "~6.11.0-beta.1",
6464
"ember-cli-app-version": "^7.0.0",
6565
"ember-cli-babel": "^8.2.0",
6666
"ember-cli-clean-css": "^3.0.0",

packages/app-blueprint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-tooling/classic-build-app-blueprint",
3-
"version": "6.11.0-beta.0",
3+
"version": "6.11.0-beta.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ember-cli/ember-cli.git",

0 commit comments

Comments
 (0)