Skip to content

Commit 0501833

Browse files
author
jon gadsden
committed
update titles and text for release pipeline
1 parent 8bed228 commit 0501833

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
# for security reasons the github actions are pinned to specific release versions
1111
jobs:
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

0 commit comments

Comments
 (0)