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
- name: "Generate Explanation and Prep Changelogs"
61
+
- name: 'Generate Explanation and Prep Changelogs'
62
62
id: explanation
63
63
run: |
64
64
set +e
@@ -80,9 +80,10 @@ jobs:
80
80
- uses: peter-evans/create-pull-request@v7
81
81
with:
82
82
commit-message: "Prepare Release using 'release-plan'"
83
-
labels: "internal"
83
+
labels: 'internal'
84
84
branch: release-preview
85
85
title: Prepare Release
86
+
sign-commits: true
86
87
body: |
87
88
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 👍
0 commit comments