From 3be78393d1af103ae6323d8e1615f742d4211a27 Mon Sep 17 00:00:00 2001 From: plebeius Date: Tue, 10 Feb 2026 14:01:44 +0800 Subject: [PATCH] feat(release): extract one-liner release description --- scripts/release-body.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/release-body.js b/scripts/release-body.js index 50d30790..7304bc5d 100644 --- a/scripts/release-body.js +++ b/scripts/release-body.js @@ -101,7 +101,10 @@ const htmlSection = section('Static HTML build', [htmlZip && `- 5chan-html (zip) const downloads = [macSection, winSection, linuxSection, androidSection, htmlSection].filter(Boolean).join('\n\n'); -const releaseBody = `This version rebrands the app to 5chan, introducing a set of new features and several performance improvements. +// One-liner summary of what changed in this release. Update before each release. +const oneLinerDescription = 'This version rebrands the app to 5chan, introducing a set of new features and several performance improvements.'; + +const releaseBody = `${oneLinerDescription} - Web app: https://5chan.app - Decentralized web app via IPFS/IPNS gateways (works on any browser): [5chan.eth.limo](https://5chan.eth.limo), [5chan.eth.link](https://5chan.eth.link), [dweb.link/ipfs.io](https://dweb.link/ipns/5chan.eth)