fix: recover snapshots and branch rc tags

This commit is contained in:
Andrey Avtomonov 2026-05-20 15:21:12 +02:00
parent c24e07a115
commit a03d201989
6 changed files with 110 additions and 10 deletions

View file

@ -9,6 +9,7 @@ describe('release workflow', () => {
assert.match(workflow, /^name: KTX Release$/m);
assert.match(workflow, /^ workflow_dispatch:$/m);
assert.match(workflow, /release_kind:/);
assert.match(workflow, /Branch rc releases publish to branch-specific npm tags/);
assert.match(workflow, /release_kind:[\s\S]*?default: "stable"/);
assert.match(workflow, /options:\n - stable\n - rc/);
assert.match(workflow, /force_release:/);