@ember/app-blueprint 6.11.0-beta.1 → 6.12.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +3 -1
- package/.release-plan.json +5 -13
- package/CHANGELOG.md +44 -0
- package/RELEASE.md +29 -1
- package/files/package.json +1 -1
- package/package.json +3 -3
package/.github/workflows/ci.yml
CHANGED
package/.release-plan.json
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "6.
|
|
6
|
-
"newVersion": "6.
|
|
7
|
-
"tagName": "
|
|
4
|
+
"impact": "patch",
|
|
5
|
+
"oldVersion": "6.12.0-alpha.0",
|
|
6
|
+
"newVersion": "6.12.0-alpha.1",
|
|
7
|
+
"tagName": "alpha",
|
|
8
8
|
"constraints": [
|
|
9
|
-
{
|
|
10
|
-
"impact": "minor",
|
|
11
|
-
"reason": "Appears in changelog section :rocket: Enhancement"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"impact": "patch",
|
|
15
|
-
"reason": "Appears in changelog section :bug: Bug Fix"
|
|
16
|
-
},
|
|
17
9
|
{
|
|
18
10
|
"impact": "patch",
|
|
19
11
|
"reason": "Appears in changelog section :memo: Documentation"
|
|
@@ -26,5 +18,5 @@
|
|
|
26
18
|
"pkgJSONPath": "./package.json"
|
|
27
19
|
}
|
|
28
20
|
},
|
|
29
|
-
"description": "## Release (2026-01-
|
|
21
|
+
"description": "## Release (2026-01-25)\n\n* @ember/app-blueprint 6.12.0-alpha.1 (patch)\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
30
22
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2026-01-25)
|
|
4
|
+
|
|
5
|
+
* @ember/app-blueprint 6.12.0-alpha.1 (patch)
|
|
6
|
+
|
|
7
|
+
#### :memo: Documentation
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### :house: Internal
|
|
12
|
+
* `@ember/app-blueprint`
|
|
13
|
+
* [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona))
|
|
14
|
+
|
|
15
|
+
#### Committers: 1
|
|
16
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
17
|
+
|
|
18
|
+
## Release (2026-01-23)
|
|
19
|
+
|
|
20
|
+
* @ember/app-blueprint 6.12.0-beta.0 (minor)
|
|
21
|
+
|
|
22
|
+
#### :rocket: Enhancement
|
|
23
|
+
* `@ember/app-blueprint`
|
|
24
|
+
* [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
|
|
25
|
+
|
|
26
|
+
#### :bug: Bug Fix
|
|
27
|
+
* `@ember/app-blueprint`
|
|
28
|
+
* [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
|
|
29
|
+
* [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
|
|
30
|
+
* [#187](https://github.com/ember-cli/ember-app-blueprint/pull/187) [bugfix beta] Revert "Add --minimal and --no-compat" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
31
|
+
|
|
32
|
+
#### :memo: Documentation
|
|
33
|
+
* `@ember/app-blueprint`
|
|
34
|
+
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
35
|
+
|
|
36
|
+
#### :house: Internal
|
|
37
|
+
* `@ember/app-blueprint`
|
|
38
|
+
* [#202](https://github.com/ember-cli/ember-app-blueprint/pull/202) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))
|
|
39
|
+
* [#200](https://github.com/ember-cli/ember-app-blueprint/pull/200) Prepare Beta Release v6.11.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
40
|
+
* [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))
|
|
41
|
+
|
|
42
|
+
#### Committers: 3
|
|
43
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
44
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
45
|
+
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
46
|
+
|
|
3
47
|
## Release (2026-01-23)
|
|
4
48
|
|
|
5
49
|
* @ember/app-blueprint 6.11.0-beta.1 (minor)
|
package/RELEASE.md
CHANGED
|
@@ -19,7 +19,8 @@ The release process during release week should look like this:
|
|
|
19
19
|
- Wait for `ember-source` to be released first
|
|
20
20
|
- Merge any outstanding `Prepare Alpha Release` branches
|
|
21
21
|
- Do an intial stable release from the `release` branch
|
|
22
|
-
-
|
|
22
|
+
- do the initial stable release on the `ember-cli/ember-cli` repo
|
|
23
|
+
- update the ember-cli dependency on this repo and continue the release process here
|
|
23
24
|
- Merge `release` into `beta`
|
|
24
25
|
- Do a `beta` release
|
|
25
26
|
- Merge `beta` into `main`
|
|
@@ -60,6 +61,28 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
|
|
|
60
61
|
- Merge the `Prepare Release` branch when you are ready to release
|
|
61
62
|
- Check the `Release Stable` GitHub action to make sure the release succeeded
|
|
62
63
|
|
|
64
|
+
### Release ember-cli and update that dependency
|
|
65
|
+
|
|
66
|
+
- Go to the [ember-cli release process](https://github.com/ember-cli/ember-cli/blob/master/RELEASE.md) and complete the initial stable release
|
|
67
|
+
- Make sure that the ember-cli release process is completed and the new stabel release is on npm before continuing here
|
|
68
|
+
- fetch latest from origin `git fetch`
|
|
69
|
+
- create a new branch to update the ember-cli dependency e.g. `git checkout --no-track -b update-ember-cli origin/release`
|
|
70
|
+
- Update ember-cli
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
pnpm dlx update-blueprint-deps --filter ember-cli --tag latest files/package.json
|
|
74
|
+
```
|
|
75
|
+
- commit this update `git commit -am "update ember-cli dependency to latest"`
|
|
76
|
+
- push and open a PR targeting `release` with a PR title like `Update ember-cli to 6.4`
|
|
77
|
+
- mark this PR as a `bug` to make sure it goes out in a patch release
|
|
78
|
+
- check that everything is ok (i.e. that CI has run correctly and that you have the changes you expect)
|
|
79
|
+
- merge the PR
|
|
80
|
+
- check that the `Prepare Release` PR has been correctly opened by `release-plan`
|
|
81
|
+
- note: if there are a lot of unrelated PRs (e.g. for previous releases) that you don't want in the release notes you can add the `ignore` label to them
|
|
82
|
+
- Merge the `Prepare Release` branch when you are ready to release
|
|
83
|
+
- Check the `Release Stable` GitHub action to make sure the release succeeded
|
|
84
|
+
|
|
85
|
+
|
|
63
86
|
### Beta release from the `beta` branch
|
|
64
87
|
|
|
65
88
|
- fetch latest from origin `git fetch`
|
|
@@ -70,11 +93,13 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
|
|
|
70
93
|
- **make sure to not update any .github/workflows/publish.yml file** this should still publish a beta release
|
|
71
94
|
- make sure to not update the version in the package.json during this step, that step comes later
|
|
72
95
|
- make sure to not remove the `release-plan` config section of the the `package.json` during this step.
|
|
96
|
+
- commit this merge
|
|
73
97
|
- merge master into this new branch too e.g. `git merge origin/main --no-ff`
|
|
74
98
|
- **make sure to not update the .release-plan file** this should only ever be changed by the release-plan github scripts
|
|
75
99
|
- **make sure to not update the CHANGELOG.md file** in this step. It should match the changelog on `origin/release` at this stage.
|
|
76
100
|
- update the alpha version in package.json to be a beta i.e. if the incoming merge is `"version": "6.6.0-alpha.3",` update it to `"version": "6.6.0-beta.0",`
|
|
77
101
|
- make sure not to update the `release-plan` config in `package.json`
|
|
102
|
+
- commit this merge
|
|
78
103
|
- Update blueprint dependencies to beta
|
|
79
104
|
|
|
80
105
|
```
|
|
@@ -88,6 +113,7 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
|
|
|
88
113
|
- merge the `merge-release` branch into `beta` in GitHub
|
|
89
114
|
- check that the `Prepare Beta Release` PR has been correctly opened by `release-plan`
|
|
90
115
|
- note: the release-plan config will automatically make this version a pre-release
|
|
116
|
+
- note: if there are a lot of PRs for previous releases that you don't want in the release notes you can add the `ignore` label to them
|
|
91
117
|
- Merge the `Prepare Beta Release` when you are ready to release the next beta version
|
|
92
118
|
- Check the `Release Beta` GitHub action to make sure the release succeeded
|
|
93
119
|
|
|
@@ -116,6 +142,8 @@ You can use [this saved search](https://github.com/ember-cli/ember-app-blueprint
|
|
|
116
142
|
- check that everything is ok i.e. CI passes
|
|
117
143
|
- merge the `merge-beta` branch into `main` in GitHub
|
|
118
144
|
- check that the `Prepare Alpha Release` PR has been correctly opened by `release-plan`
|
|
145
|
+
- note: the release-plan config will automatically make this version a pre-release
|
|
146
|
+
- note: if there are a lot of PRs for previous releases that you don't want in the release notes you can add the `ignore` label to them
|
|
119
147
|
- Merge the `Prepare Alpha Release` when you are ready to release the next alpha version
|
|
120
148
|
- Check the `Release Alpha` GitHub action to make sure the release succeeded
|
|
121
149
|
|
package/files/package.json
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"ember-page-title": "^9.0.3",
|
|
73
73
|
"ember-qunit": "^9.0.4",
|
|
74
74
|
"ember-resolver": "^13.1.1",
|
|
75
|
-
"ember-source": "~6.11.0-
|
|
75
|
+
"ember-source": "~6.11.0-alpha.6",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
77
|
"ember-welcome-page": "^8.0.5<% } %>",
|
|
78
78
|
"eslint": "^9.39.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.12.0-alpha.1",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"minor": "prerelease",
|
|
18
18
|
"patch": "prerelease"
|
|
19
19
|
},
|
|
20
|
-
"semverIncrementTag": "
|
|
21
|
-
"publishTag": "
|
|
20
|
+
"semverIncrementTag": "alpha",
|
|
21
|
+
"publishTag": "alpha"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"chalk": "^4.1.2",
|