Skip to content

Commit c22a05f

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release v6.11.0-alpha.4 using 'release-plan'
1 parent 7fc1954 commit c22a05f

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"@ember/app-blueprint": {
44
"impact": "patch",
5-
"oldVersion": "6.11.0-alpha.2",
6-
"newVersion": "6.11.0-alpha.3",
5+
"oldVersion": "6.11.0-alpha.3",
6+
"newVersion": "6.11.0-alpha.4",
77
"tagName": "alpha",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :memo: Documentation"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.11.0-alpha.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#180](https://github.com/ember-cli/ember-app-blueprint/pull/180) [bugfix beta] don't turn warp-drive linksMode on by default for now ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#182](https://github.com/ember-cli/ember-app-blueprint/pull/182) Merge beta into main ([@mansona](https://github.com/mansona))\n * [#177](https://github.com/ember-cli/ember-app-blueprint/pull/177) Prepare Beta Release v6.10.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
17+
"description": "## Release (2026-01-18)\n\n* @ember/app-blueprint 6.11.0-alpha.4 (patch)\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
2218
}

CHANGELOG.md

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

3+
## Release (2026-01-18)
4+
5+
* @ember/app-blueprint 6.11.0-alpha.4 (patch)
6+
7+
#### :memo: Documentation
8+
* `@ember/app-blueprint`
9+
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
314
## Release (2026-01-12)
415

516
* @ember/app-blueprint 6.11.0-alpha.3 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/app-blueprint",
3-
"version": "6.11.0-alpha.3",
3+
"version": "6.11.0-alpha.4",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)