We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87f4d5b + 236826d commit a462c36Copy full SHA for a462c36
.github/workflows/release.yaml
@@ -57,18 +57,15 @@ jobs:
57
- name: Create Pull Request to develop
58
uses: peter-evans/create-pull-request@v7
59
with:
60
- branch: merge-release-back-to-develop
+ branch: master
61
base: develop
62
title: 'Merge release ${{ github.event.inputs.version }} back to develop'
63
body: |
64
This PR merges the changes from release ${{ github.event.inputs.version }} back to the develop branch.
65
66
Changes included in this release:
67
68
- ```
69
$(cat RELEASE_NOTES.md)
70
71
labels: |
72
release
73
automated pr
74
- delete-branch: true
0 commit comments