File tree Expand file tree Collapse file tree 2 files changed +41
-4
lines changed
Expand file tree Collapse file tree 2 files changed +41
-4
lines changed Original file line number Diff line number Diff line change @@ -109,17 +109,19 @@ jobs:
109109 continue-on-error : true
110110 run : |
111111 git checkout main
112- git merge --no-commit --no-ff stable ; if [ $? -eq 0 ] ; then echo "CAN_MERGE=true" >> $GITHUB_ENV ; else echo "CAN_MERGE=false" >> $GITHUB_ENV ; fi
112+ echo "MERGE_CONFLICT_STATUS=CONFLICT" >> $GITHUB_ENV
113+ git merge --no-commit --no-ff stable
114+ echo "MERGE_CONFLICT_STATUS=OK" >> $GITHUB_ENV
113115
114116 - name : ⏩ Merge stable with main, push main
115- if : ${{ env.CAN_MERGE == true }}
117+ if : env.MERGE_CONFLICT_STATUS == 'OK'
116118 run : |
117119 git merge --abort
118120 git merge -S stable
119121 git push origin main
120122
121123 - name : ⏭ Create pull request from stable to main
122- if : ${{ env.CAN_MERGE == false }}
124+ if : env.MERGE_CONFLICT_STATUS == 'CONFLICT'
123125 uses :
thomaseizinger/[email protected] 124126 env :
125127 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.21.23] - 2021-04-24
11+
12+ cnbvvbnvbccnbv cvnbvbcnbvc
13+
14+ cvbnvcbnnbvcnbv
15+
16+ cvbnvbcnnbvcnbvc
17+ cnbvvbnvbccnbv cvnbvbcnbvc
18+
19+ cvbnvcbnnbvcnbv
20+
21+ cvbnvbcnnbvcnbvc
22+ cnbvvbnvbccnbv cvnbvbcnbvc
23+
24+ cvbnvcbnnbvcnbv
25+
26+ cvbnvbcnnbvcnbvc
27+
28+ ## [ 1.21.18] - 2021-04-24
29+
30+ cnbvvbnvbccnbv
31+ cvnbvbcnbvc
32+
33+ cvbnvcbnnbvcnbv
34+
35+ cvbnvbcnnbvcnbvc
36+
37+ ## [ 1.21.15] - 2021-04-24
38+
1039asdfasdf asdf asdf asdf asdf
1140
1241## [ 1.20.55] - 2021-04-24
@@ -201,7 +230,13 @@ more of that
201230
202231- Something was added.
203232
204- [ Unreleased ] : https://github.com/bUnit-dev/workflows/compare/v1.20.55...HEAD
233+ [ Unreleased ] : https://github.com/bUnit-dev/workflows/compare/v1.21.23...HEAD
234+
235+ [ 1.21.23 ] : https://github.com/bUnit-dev/workflows/compare/v1.21.18...v1.21.23
236+
237+ [ 1.21.18 ] : https://github.com/bUnit-dev/workflows/compare/v1.21.15...v1.21.18
238+
239+ [ 1.21.15 ] : https://github.com/bUnit-dev/workflows/compare/v1.20.55...v1.21.15
205240
206241[ 1.20.55 ] : https://github.com/bUnit-dev/workflows/compare/v1.20.52...v1.20.55
207242
You can’t perform that action at this time.
0 commit comments