Skip to content

Commit 4d2bf8e

Browse files
authored
Merge pull request #21 from qonto/sign-commits-prepare-release
ci: force signing of commits when preparing release
2 parents cba88c0 + d329a2f commit 4d2bf8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/plan-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
check-plan:
18-
name: "Check Release Plan"
18+
name: 'Check Release Plan'
1919
runs-on: ubuntu-latest
2020
outputs:
2121
command: ${{ steps.check-release.outputs.command }}
@@ -58,7 +58,7 @@ jobs:
5858
node-version: 18
5959
cache: pnpm
6060
- run: pnpm install --frozen-lockfile
61-
- name: "Generate Explanation and Prep Changelogs"
61+
- name: 'Generate Explanation and Prep Changelogs'
6262
id: explanation
6363
run: |
6464
set +e
@@ -80,9 +80,10 @@ jobs:
8080
- uses: peter-evans/create-pull-request@v7
8181
with:
8282
commit-message: "Prepare Release using 'release-plan'"
83-
labels: "internal"
83+
labels: 'internal'
8484
branch: release-preview
8585
title: Prepare Release
86+
sign-commits: true
8687
body: |
8788
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 👍
8889

0 commit comments

Comments
 (0)