Commit 51e7367
authored
CU-869awf45h: Update patch release script for more flexibility. (#182)
This will allow a minor release after a pre-release to be pushed out without any cherry-picked cahnges.
Normally, with a patch release, you would expect to cherry-pick at least something, but with a pre-release
that is being spun out as a full release, that's not always the case.
So this PR will allow no cherry-picks only if the version being created is a minor release after a pre-release for
said minor release.
PS: The naming of the 2 release scripts isn't great. The prepare_patch_release.sh script is designed to deal
with anything that already had a release within the same minor release cycle (i.e 2.2.1 after 2.2.0, but also 2.2.0 after 2.2.0a1 or 2.2.0rc1)1 parent b7711c8 commit 51e7367
1 file changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
120 | 134 | | |
121 | | - | |
| 135 | + | |
122 | 136 | | |
123 | 137 | | |
124 | 138 | | |
| |||
0 commit comments