Skip to content

Commit cb199a2

Browse files
authored
Merge pull request #1088 from ember-cli/kg-update-release-plan
Update release-plan actions, workflows via create-release-plan-setup
2 parents e258ca4 + 6367c98 commit cb199a2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/plan-release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ concurrency:
1616

1717
jobs:
1818
is-this-a-release:
19-
name: 'Is this a release?'
19+
name: Is this a release?
2020
runs-on: ubuntu-latest
2121
outputs:
2222
is-release: ${{ steps.check-release.outputs.is-release }}
2323
steps:
24-
- uses: kategengler/actions/release-plan/[email protected].4
24+
- uses: kategengler/actions/release-plan/[email protected].7
2525
with:
2626
ref: 'main'
2727
id: check-release
@@ -45,19 +45,21 @@ jobs:
4545
(github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4646
)
4747
steps:
48-
- uses: kategengler/actions/release-plan/[email protected]
48+
- uses: kategengler/actions/release-plan/[email protected]
49+
name: Run release-plan prepare
4950
with:
5051
ref: 'main'
5152
env:
5253
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
5354
id: explanation
5455

5556
- uses: peter-evans/create-pull-request@v7
57+
name: Create Prepare Release PR
5658
with:
57-
commit-message: "Prepare Release ${{ steps.explanation.outputs.new_version}} using 'release-plan'"
59+
commit-message: "Prepare Release ${{ steps.explanation.outputs.new-version}} using 'release-plan'"
5860
labels: 'internal'
5961
branch: release-preview
60-
title: Prepare Release ${{ steps.explanation.outputs.new_version }}
62+
title: Prepare Release ${{ steps.explanation.outputs.new-version }}
6163
body: |
6264
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 👍
6365

0 commit comments

Comments
 (0)