You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/plan-alpha-release.yml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,16 @@
1
-
name: Plan Release
1
+
name: Plan Alpha Release
2
2
on:
3
3
workflow_dispatch:
4
4
push:
5
5
branches:
6
6
- main
7
-
- master
8
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/
9
8
types:
10
9
- labeled
11
10
- unlabeled
12
11
13
12
concurrency:
14
-
group: plan-release # only the latest one of these should ever be running
13
+
group: plan-release-alpha# only the latest one of these should ever be running
15
14
cancel-in-progress: true
16
15
17
16
jobs:
@@ -85,7 +84,7 @@ jobs:
85
84
commit-message: "Prepare Release ${{ steps.explanation.outputs.new_version}} using 'release-plan'"
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 👍
*[#75](https://github.com/ember-cli/ember-app-blueprint/pull/75) update the beta version ([@mansona](https://github.com/mansona))
14
+
15
+
#### Committers: 1
16
+
- Chris Manson ([@mansona](https://github.com/mansona))
17
+
18
+
## Release (2025-09-04)
19
+
20
+
*@ember/app-blueprint 6.7.1 (patch)
21
+
22
+
#### :house: Internal
23
+
*`@ember/app-blueprint`
24
+
*[#71](https://github.com/ember-cli/ember-app-blueprint/pull/71) fix publish-branch for pnpm publish ([@mansona](https://github.com/mansona))
25
+
26
+
#### Committers: 1
27
+
- Chris Manson ([@mansona](https://github.com/mansona))
28
+
29
+
## Release (2025-09-04)
30
+
31
+
*@ember/app-blueprint 6.7.0 (minor)
32
+
33
+
#### :rocket: Enhancement
34
+
*`@ember/app-blueprint`
35
+
*[#65](https://github.com/ember-cli/ember-app-blueprint/pull/65) Update all dependencies for 6.7 release ([@mansona](https://github.com/mansona))
36
+
37
+
#### :bug: Bug Fix
38
+
*`@ember/app-blueprint`
39
+
*[#67](https://github.com/ember-cli/ember-app-blueprint/pull/67) make sure that release-plan publishes from release branch ([@mansona](https://github.com/mansona))
40
+
41
+
#### :memo: Documentation
42
+
*`@ember/app-blueprint`
43
+
*[#70](https://github.com/ember-cli/ember-app-blueprint/pull/70) add a basic readme ([@mansona](https://github.com/mansona))
44
+
45
+
#### Committers: 1
46
+
- Chris Manson ([@mansona](https://github.com/mansona))
This is the blueprint that is used to generate a **new** Ember app using [Vite](https://vite.dev/) as the primary build system.
4
+
5
+
If you have an existing app that you would like to upgrade to use Vite consider using the [ember-vite-codemod](https://github.com/mainmatter/ember-vite-codemod)
0 commit comments