Commit 9ec5b5c
committed
release: resolve next *untagged* patch version
The stable-phase version resolver did a single patch bump from VersionPrefix
(1.0.0 -> 1.0.1), so every release after the first collided: the 1.0.2 release
attempt re-resolved 1.0.1 and PSGallery rejected it (409, already exists).
Loop the patch bump until the candidate tag is free. Verified locally: with
v1.0.0 and v1.0.1 present, resolves 1.0.2.1 parent a47b8dc commit 9ec5b5c
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | | - | |
128 | | - | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments