Commit 2b03ff5
authored
release: supersede the version that was published with files that are not the package (#3)
The previous version was tagged, released and mirrored, and then found to carry
two files that describe a machine rather than the package. Removing them changes
what the package is, and a published artifact cannot be changed: the mirror
allows neither replacing an asset nor deleting a release, which is the property
that makes a pinned sha256 mean something.
So the cleaned tree is a new version rather than a second meaning for the old
one. The old tag stands, is consistent in both regions, and is not carried by the
index; this is the version the index carries.
That is what a patch version is for, and the sequence is the reason the index is
the last gate rather than a parallel one: nothing had been written there yet, so
nothing has to be withdrawn.1 parent c4a7330 commit 2b03ff5
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments