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
Copy file name to clipboardExpand all lines: .github/workflows/release-automated-scheduler.yml
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,11 @@ jobs:
34
34
pr_target: release
35
35
pr_body: |
36
36
# Release
37
+
37
38
This pull request was created, because a new release is due according to the release cycle of this repository.
38
39
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"!*
41
42
create-pr-beta:
42
43
runs-on: ubuntu-latest
43
44
needs: create-pr-release
@@ -64,8 +65,9 @@ jobs:
64
65
pr_source: ${{ steps.branch.outputs.name }}
65
66
pr_target: beta
66
67
pr_body: |
67
-
# Release beta
68
+
## Release beta
69
+
68
70
This pull request was created, because a new release is due according to the release cycle of this repository.
69
71
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