Commit febc071
committed
Add versionCode regression guard to set-version.sh
Before stamping the manifest, the script now compares the computed
versionCode against the previous release tag's versionCode and fails
if it hasn't increased. This prevents silent version regressions like
the v0.9.3 release where versionCode was never bumped from v0.9.2.1 parent 5f36912 commit febc071
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
38 | 53 | | |
39 | 54 | | |
40 | 55 | | |
| |||
0 commit comments