File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 99
1010# for security reasons the github actions are pinned to specific release versions
1111jobs :
12- export_docs :
13- name : Export PDF and ePub
12+ create_release :
13+ name : Release pull-request
1414 runs-on : ubuntu-22.04
1515 steps :
1616 - name : Checkout markdown
@@ -83,14 +83,16 @@ jobs:
8383 - name : Create pull request
8484 uses :
peter-evans/[email protected] 8585 with :
86- title : Release for version $GITHUB_REF_NAME
86+ title : Release of Developer Guide version ${{ GITHUB_REF_NAME}}
8787 body : |
8888 **Summary** :
8989 Pull request automatically generated for the latest release version
90+
9091 **Description for the changelog** :
91- Developer Guide release
92+ release of version ${{GITHUB_REF_NAME}}
93+
9294 **Other info** :
9395 Please verify and then merge the pull request to update the release
94- commit-message : ' update release'
96+ commit-message : update for release version ${{GITHUB_REF_NAME}}
9597 branch : update-release
9698 base : main
You can’t perform that action at this time.
0 commit comments