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
title: "Release version ${{ github.event.inputs.version }}"
58
+
reviewers: ${{ github.actor }}
59
+
body: |
60
+
Hi @${{ github.actor }}!
61
+
62
+
This PR was created in response to a manual trigger of the release workflow here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}.
63
+
I've updated the changelog and bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
title: "Release version ${{ github.event.inputs.version }}"
73
+
reviewers: ${{ github.actor }}
74
+
body: |
75
+
Hi @${{ github.actor }}!
76
+
77
+
This PR was created in response to a manual trigger of the release workflow here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}.
78
+
I've updated the changelog and bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
0 commit comments