chore: prepare v0.6.5 release

This commit is contained in:
2026-03-15 21:05:58 -07:00
parent fe2da22d29
commit e35aac6ee0
6 changed files with 15 additions and 2 deletions

View File

@@ -73,6 +73,10 @@ test('release workflow publishes subminer-bin to AUR from tagged release artifac
assert.match(releaseWorkflow, /AUR_SSH_PRIVATE_KEY/);
assert.match(releaseWorkflow, /ssh:\/\/aur@aur\.archlinux\.org\/subminer-bin\.git/);
assert.match(releaseWorkflow, /scripts\/update-aur-package\.sh/);
assert.match(
releaseWorkflow,
/cp packaging\/aur\/subminer-bin\/\.SRCINFO aur-subminer-bin\/\.SRCINFO/,
);
assert.match(releaseWorkflow, /version_no_v="\$\{\{ steps\.version\.outputs\.VERSION \}\}"/);
assert.match(releaseWorkflow, /SubMiner-\$\{version_no_v\}\.AppImage/);
assert.doesNotMatch(