chore(release): prepare v0.12.0

This commit is contained in:
2026-04-11 21:54:00 -07:00
parent 52bab1d611
commit 7ac51cd5e9
56 changed files with 466 additions and 296 deletions
+4 -1
View File
@@ -80,7 +80,10 @@ test('prerelease workflow writes checksum entries using release asset basenames'
assert.match(prereleaseWorkflow, /: > release\/SHA256SUMS\.txt/);
assert.match(prereleaseWorkflow, /for file in "\$\{files\[@\]\}"; do/);
assert.match(prereleaseWorkflow, /\$\{file##\*\/\}/);
assert.doesNotMatch(prereleaseWorkflow, /sha256sum "\$\{files\[@\]\}" > release\/SHA256SUMS\.txt/);
assert.doesNotMatch(
prereleaseWorkflow,
/sha256sum "\$\{files\[@\]\}" > release\/SHA256SUMS\.txt/,
);
});
test('prerelease workflow validates artifacts before publishing the release and only undrafts after upload', () => {