From 962dbbfe166cb0f52a8309a60e25586d1a5ba716 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 7 Jul 2025 15:17:37 +0100 Subject: [PATCH] Update new release checklist --- .../build/Releasing a new version of TiddlyWiki.tid | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid b/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid index 47ee3115c..3749885ee 100644 --- a/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid +++ b/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid @@ -1,5 +1,5 @@ created: 20190809095728085 -modified: 20190809123445125 +modified: 20250707151538845 title: Releasing a new version of TiddlyWiki type: text/vnd.tiddlywiki @@ -24,17 +24,18 @@ type: text/vnd.tiddlywiki !! Make New Release -# Run `./bin/verbump "5.1.3"` (substituting the correct version number) to update the version number, assign it a tag +# Run `./bin/verbump "5.1.3"` (substituting the correct version number) to update the version number and assign it a tag # Run `./bin/npm-publish.sh` to publish the release to npm # Verify that the new release of TiddlyWiki is available at https://www.npmjs.org/package/tiddlywiki !! Update tiddlywiki.com release # Update ''tiddlywiki-com'' from ''master'' and push to ~GitHub +# Wait until https://tiddlywiki.com is updated with the new release -!! Cleaning Up +!! Announcements -# Tweet the release with the text "TiddlyWiki v5.x.x released to https://tiddlywiki.com #newtiddlywikirelease" +# Announce the new release on [[TalkTW|https://talk.tiddlywiki.org]] !! Preparation for the next release in ''master''