@ember/app-blueprint 6.8.0-beta.1 → 6.9.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.
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
name: Plan
|
|
1
|
+
name: Plan Alpha Release
|
|
2
2
|
on:
|
|
3
3
|
workflow_dispatch:
|
|
4
4
|
push:
|
|
5
5
|
branches:
|
|
6
|
-
-
|
|
6
|
+
- main
|
|
7
7
|
pull_request_target: # This workflow has permissions on the repo, do NOT run code from PRs in this workflow. See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
|
8
8
|
types:
|
|
9
9
|
- labeled
|
|
10
10
|
- unlabeled
|
|
11
11
|
|
|
12
12
|
concurrency:
|
|
13
|
-
group: plan-release-
|
|
13
|
+
group: plan-release-alpha # only the latest one of these should ever be running
|
|
14
14
|
cancel-in-progress: true
|
|
15
15
|
|
|
16
16
|
jobs:
|
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
- uses: actions/checkout@v4
|
|
25
25
|
with:
|
|
26
26
|
fetch-depth: 2
|
|
27
|
-
ref: '
|
|
27
|
+
ref: 'main'
|
|
28
28
|
# This will only cause the `is-this-a-release` job to have a "command" of `release`
|
|
29
29
|
# when the .release-plan.json file was changed on the last commit.
|
|
30
30
|
- id: check-release
|
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
49
49
|
# github-changelog can discover what's changed since the last release
|
|
50
50
|
with:
|
|
51
51
|
fetch-depth: 0
|
|
52
|
-
ref: '
|
|
52
|
+
ref: 'main'
|
|
53
53
|
- uses: pnpm/action-setup@v4
|
|
54
54
|
- uses: actions/setup-node@v4
|
|
55
55
|
with:
|
|
@@ -84,7 +84,7 @@ jobs:
|
|
|
84
84
|
commit-message: "Prepare Release ${{ steps.explanation.outputs.new_version}} using 'release-plan'"
|
|
85
85
|
labels: "internal"
|
|
86
86
|
branch: release-preview
|
|
87
|
-
title: Prepare
|
|
87
|
+
title: Prepare Alpha Release ${{ steps.explanation.outputs.new_version }}
|
|
88
88
|
body: |
|
|
89
89
|
This PR is a preview of the release that [release-plan](https://github.com/embroider-build/release-plan) has prepared. To release you should just merge this PR 👍
|
|
90
90
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# For every push to the primary branch with .release-plan.json modified,
|
|
2
2
|
# runs release-plan.
|
|
3
3
|
|
|
4
|
-
name: Publish
|
|
4
|
+
name: Publish Alpha
|
|
5
5
|
|
|
6
6
|
on:
|
|
7
7
|
workflow_dispatch:
|
|
8
8
|
push:
|
|
9
9
|
branches:
|
|
10
|
-
-
|
|
10
|
+
- main
|
|
11
11
|
paths:
|
|
12
12
|
- '.release-plan.json'
|
|
13
13
|
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
cache: pnpm
|
|
37
37
|
- run: pnpm install --frozen-lockfile
|
|
38
38
|
- name: Publish to NPM
|
|
39
|
-
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish --
|
|
39
|
+
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish --github-prerelease
|
|
40
40
|
env:
|
|
41
41
|
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
|
|
42
42
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
package/.release-plan.json
CHANGED
|
@@ -2,21 +2,17 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "minor",
|
|
5
|
-
"oldVersion": "6.
|
|
6
|
-
"newVersion": "6.
|
|
7
|
-
"tagName": "
|
|
5
|
+
"oldVersion": "6.9.0-alpha.0",
|
|
6
|
+
"newVersion": "6.9.0-alpha.1",
|
|
7
|
+
"tagName": "alpha",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
10
10
|
"impact": "minor",
|
|
11
11
|
"reason": "Appears in changelog section :rocket: Enhancement"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"impact": "patch",
|
|
15
|
-
"reason": "Appears in changelog section :house: Internal"
|
|
16
12
|
}
|
|
17
13
|
],
|
|
18
14
|
"pkgJSONPath": "./package.json"
|
|
19
15
|
}
|
|
20
16
|
},
|
|
21
|
-
"description": "## Release (2025-09-05)\n\n* @ember/app-blueprint 6.
|
|
17
|
+
"description": "## Release (2025-09-05)\n\n* @ember/app-blueprint 6.9.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
22
18
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Release (2025-09-05)
|
|
4
4
|
|
|
5
|
+
* @ember/app-blueprint 6.9.0-alpha.1 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### Committers: 1
|
|
12
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
|
+
|
|
14
|
+
## Release (2025-09-05)
|
|
15
|
+
|
|
5
16
|
* @ember/app-blueprint 6.8.0-beta.1 (minor)
|
|
6
17
|
|
|
7
18
|
#### :rocket: Enhancement
|
package/files/package.json
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"ember-page-title": "^9.0.3",
|
|
81
81
|
"ember-qunit": "^9.0.3",
|
|
82
82
|
"ember-resolver": "^13.1.1",
|
|
83
|
-
"ember-source": "~6.8.0-
|
|
83
|
+
"ember-source": "~6.8.0-alpha.7",
|
|
84
84
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
85
85
|
"ember-welcome-page": "^7.0.2<% } %>",
|
|
86
86
|
"eslint": "^9.34.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.9.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",
|