Skip to content

Commit fe9a848

Browse files
authored
Merge pull request #230 from ember-cli/publish-config
setup release for v6.10.x branch
2 parents a056f68 + 2da0549 commit fe9a848

4 files changed

Lines changed: 9 additions & 126 deletions

File tree

.github/workflows/plan-alpha-release.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/plan-beta-release.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Plan Stable Release
1+
name: Plan v6.10.x Release
22
on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- release
6+
- v-6-10
77
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/
88
types:
99
- labeled
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: release-plan/actions/should-prepare-release@v1
2424
with:
25-
ref: 'release'
25+
ref: 'v-6-10'
2626
id: should-prepare
2727

2828
create-prepare-release-pr:
@@ -39,7 +39,7 @@ jobs:
3939
- uses: release-plan/actions/prepare@v1
4040
name: Run release-plan prepare
4141
with:
42-
ref: 'release'
42+
ref: 'v-6-10'
4343
env:
4444
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
4545
id: explanation
@@ -50,8 +50,8 @@ jobs:
5050
commit-message: "Prepare Release ${{ steps.explanation.outputs.new-version}} using 'release-plan'"
5151
labels: "internal"
5252
sign-commits: true
53-
branch: release-preview-stable
54-
title: Prepare Stable Release ${{ steps.explanation.outputs.new-version }}
53+
branch: release-preview-v-6-10
54+
title: Prepare Release ${{ steps.explanation.outputs.new-version }}
5555
body: |
5656
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 👍
5757

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"type": "git",
1010
"url": "git@github.com:ember-cli/ember-app-blueprint.git"
1111
},
12+
"release-plan": {
13+
"publishTag": "v-6-10"
14+
},
1215
"license": "MIT",
1316
"author": "",
1417
"main": "index.js",

0 commit comments

Comments
 (0)