mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-19 11:41:02 +02:00
fix: recover snapshots and branch rc tags
This commit is contained in:
parent
c24e07a115
commit
a03d201989
6 changed files with 110 additions and 10 deletions
|
|
@ -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:/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue