Skip to content

Commit ed77cdb

Browse files
authored
ci: restyled release PR body
1 parent 9c54ec2 commit ed77cdb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release-automated-scheduler.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
pr_target: release
3535
pr_body: |
3636
# Release
37+
3738
This pull request was created, because a new release is due according to the release cycle of this repository.
3839
Just resolve any conflicts and it's good to merge. Any version increment will be done by release automation.
39-
### ⚠️ You must use `Merge commit` to merge this pull request
40-
This is required to merge the individual commits from this pull request into the base branch. Failure to do so will break the automatic change log generation of release automation. Do not use "Squash and merge"!
40+
41+
*⚠️ Use `Merge commit` to merge this pull request. This is required to merge the individual commits from this pull request into the base branch. Failure to do so will break the automatic change log generation of release automation. Do not use "Squash and merge"!*
4142
create-pr-beta:
4243
runs-on: ubuntu-latest
4344
needs: create-pr-release
@@ -64,8 +65,9 @@ jobs:
6465
pr_source: ${{ steps.branch.outputs.name }}
6566
pr_target: beta
6667
pr_body: |
67-
# Release beta
68+
## Release beta
69+
6870
This pull request was created, because a new release is due according to the release cycle of this repository.
6971
Just resolve any conflicts and it's good to merge. Any version increment will be done by release automation.
70-
### ⚠️ Only use `Merge commit` to merge this pull request
71-
This is required to merge the individual commits from this pull request into the base branch. Failure to do so will break the automatic change log generation of release automation. Do not use "Squash and merge"!
72+
73+
*⚠️ Use `Merge commit` to merge this pull request. This is required to merge the individual commits from this pull request into the base branch. Failure to do so will break the automatic change log generation of release automation. Do not use "Squash and merge"!*

0 commit comments

Comments
 (0)