Commit 10d8b3e
committed
ci(release): drop @master third-party action; install commitizen direct
The commitizen-tools/commitizen-action@master reference pulled HEAD of
an external action's master branch into a job that holds contents:write
and AWS OIDC credentials. Replace it with an inline pinned pip install
of commitizen==4.16.2 plus a direct cz bump call. Also handle the
NoCommitsFoundError (exit 21) and no-op cases so non-semantic main
commits still deploy at the existing version; the bump push is gated
on a bumped=true output so we never push when there is nothing new.
Refs #5991 parent 238dba9 commit 10d8b3e
1 file changed
Lines changed: 27 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
129 | 150 | | |
130 | 151 | | |
131 | 152 | | |
| |||
207 | 228 | | |
208 | 229 | | |
209 | 230 | | |
210 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
211 | 234 | | |
212 | 235 | | |
213 | 236 | | |
| |||
0 commit comments