mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-22 12:11:27 -07:00
fix: build changelog artifacts in release job
This commit is contained in:
@@ -24,6 +24,11 @@ test('release workflow verifies a committed changelog section before publish', (
|
||||
assert.match(releaseWorkflow, /bun run changelog:check/);
|
||||
});
|
||||
|
||||
test('release workflow builds changelog artifacts when fragments are pending', () => {
|
||||
assert.match(releaseWorkflow, /Build changelog artifacts for release/);
|
||||
assert.match(releaseWorkflow, /changelog:build --version/);
|
||||
});
|
||||
|
||||
test('release workflow verifies generated config examples before packaging artifacts', () => {
|
||||
assert.match(releaseWorkflow, /bun run verify:config-example/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user