Skip to content

Commit 7fac6b0

Browse files
authored
Merge pull request #65 from ember-cli/release-plan-6-7
Update all dependencies for 6.7 release
2 parents af1e35d + 09d9bef commit 7fac6b0

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: Plan Release
1+
name: Plan Stable Release
22
on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- main
7-
- master
6+
- release
87
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/
98
types:
109
- labeled
@@ -25,7 +24,7 @@ jobs:
2524
- uses: actions/checkout@v4
2625
with:
2726
fetch-depth: 2
28-
ref: 'main'
27+
ref: 'release'
2928
# This will only cause the `is-this-a-release` job to have a "command" of `release`
3029
# when the .release-plan.json file was changed on the last commit.
3130
- id: check-release
@@ -50,7 +49,7 @@ jobs:
5049
# github-changelog can discover what's changed since the last release
5150
with:
5251
fetch-depth: 0
53-
ref: 'main'
52+
ref: 'release'
5453
- uses: pnpm/action-setup@v4
5554
- uses: actions/setup-node@v4
5655
with:
@@ -85,7 +84,7 @@ jobs:
8584
commit-message: "Prepare Release ${{ steps.explanation.outputs.new_version}} using 'release-plan'"
8685
labels: "internal"
8786
branch: release-preview
88-
title: Prepare Release ${{ steps.explanation.outputs.new_version }}
87+
title: Prepare Stable Release ${{ steps.explanation.outputs.new_version }}
8988
body: |
9089
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 👍
9190

files/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"concurrently": "^9.2.1",
7272
"decorator-transforms": "^2.3.0",
7373
"ember-auto-import": "^2.10.0",
74-
"ember-cli": "~6.6.0",
74+
"ember-cli": "^6.6.0",
7575
"ember-cli-babel": "^8.2.0",
7676
"ember-cli-deprecation-workflow": "^3.4.0<% if (emberData) { %>",
7777
"ember-data": "~5.6.0<% } %>",
@@ -80,7 +80,7 @@
8080
"ember-page-title": "^9.0.3",
8181
"ember-qunit": "^9.0.3",
8282
"ember-resolver": "^13.1.1",
83-
"ember-source": "~6.6.0",
83+
"ember-source": "~6.7.0",
8484
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
8585
"ember-welcome-page": "^7.0.2<% } %>",
8686
"eslint": "^9.34.0",
@@ -98,7 +98,7 @@
9898
"testem": "^3.16.0",
9999
"tracked-built-ins": "^4.0.0<% if (typescript) { %>",
100100
"typescript": "^5.9.2",
101-
"typescript-eslint": "^8.41.0<% } %>",
101+
"typescript-eslint": "^8.42.0<% } %>",
102102
"vite": "^6.3.5"
103103
},
104104
"engines": {

0 commit comments

Comments
 (0)