refactor: add simple mode to releases

This commit is contained in:
alam00000
2026-04-05 13:01:45 +05:30
parent 816179edef
commit 2f0d48c01b
2 changed files with 43 additions and 52 deletions

View File

@@ -98,12 +98,10 @@ function main() {
console.log(`🎉 Release v${newVersion} complete!`);
console.log(`📦 Docker image: bentopdfteam/bentopdf:${newVersion}`);
console.log(`📦 Distribution: dist-${newVersion}.zip`);
console.log(`📦 Distribution (simple): dist-simple-${newVersion}.zip`);
console.log(
`🏷️ GitHub release: https://github.com/alam00000/bentopdf/releases/tag/${tagName}`
);
console.log(
`💡 Download dist-${newVersion}.zip from the release page for self-hosting.`
);
}
main();