Skip to content

Commit 8f19384

Browse files
committed
chore: bring version.json on dev up to what is published
The release workflow refuses a tag that does not rank above the published version, and it reads version.json out of the tagged commit rather than off the server. On a branch whose copy lags, that check is weaker than it looks: dev still said v0.6.2-beta while main had already moved to v0.6.3-beta.16. Nothing was blocked by it - the tag about to be cut ranks well above both - but the guard should compare against the real state. A snapshot, not a permanent match. CI only ever writes main, so dev falls behind again after each release and this is repeated when it matters.
1 parent 51fdbf4 commit 8f19384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"stable": "v0.6.2-beta",
3-
"prerelease": "v0.6.2-beta",
3+
"prerelease": "v0.6.3-beta.16",
44
"url": "https://github.com/Niko11111/SpoolmanScale/releases/latest"
55
}

0 commit comments

Comments
 (0)