chore(release): prepare 0.15.0-beta.3

This commit is contained in:
2026-05-16 20:58:12 -07:00
parent 5250ca8214
commit 4d010e6a18
8 changed files with 164 additions and 9 deletions
+6
View File
@@ -167,6 +167,12 @@ test('release packaging stages generated launcher as an app resource', () => {
assert.match(packageJson.scripts['build:launcher'] ?? '', /--banner='#!\/usr\/bin\/env bun'/);
});
test('Makefile clean preserves committed prerelease notes', () => {
assert.match(makefile, /PRERELEASE_NOTES_BACKUP/);
assert.match(makefile, /release\/prerelease-notes\.md/);
assert.doesNotMatch(makefile, /clean:[\s\S]*@rm -rf dist release\n/);
});
test('config example generation runs directly from source without unrelated bundle prerequisites', () => {
assert.equal(
packageJson.scripts['generate:config-example'],