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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ jobs:
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
+
This pull request was created because a new release is due according to the release cycle of this repository.
39
39
Just resolve any conflicts and it's good to merge. Any version increment will be done by release automation.
40
40
41
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"!*
@@ -67,7 +67,7 @@ jobs:
67
67
pr_body: |
68
68
## Release beta
69
69
70
-
This pull request was created, because a new release is due according to the release cycle of this repository.
70
+
This pull request was created because a new release is due according to the release cycle of this repository.
71
71
Just resolve any conflicts and it's good to merge. Any version increment will be done by release automation.
72
72
73
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