From 67ba0568320a5a7a886f4f0fd5332accb295f5db Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 10 Jul 2025 11:31:00 +0100 Subject: [PATCH] Final fixups for v5.3.7 And documentation update to make sure I don't miss this again. --- .../build/Releasing a new version of TiddlyWiki.tid | 6 ++++-- .../tw5.com/tiddlers/releasenotes/Release 5.3.7.tid | 10 +++++++++- 2 files changed, 13 insertions(+), 3 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 3749885ee..4e3ebf750 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 @@ -15,12 +15,14 @@ type: text/vnd.tiddlywiki # Adjust the modified time of HelloThere # Make sure ''master'' is fully committed -!! Update Readmes +!! Update Readmes and release note # Edit `package.json` to the new version number # Run `./bin/readme-bld.sh` to build the readme files # Commit the new readme files to ''master'' # Restore `package.json` to the previous version number +# Adjust the link for "GitHub for detailed change history of this release" in the release note +# Add the credits for the new release banner to the release note, including a link to the GitHub instance of the image from the commit history !! Make New Release @@ -42,6 +44,6 @@ type: text/vnd.tiddlywiki # Adjust version number in `package.json` # Adjust version number in `bin/build-site.sh` # Adjust version number in [[$:/config/OfficialPluginLibrary]] (both in `editions/tw5.com` and `editions/prerelease/tiddlers/system`) and [[$:/config/LocalPluginLibrary]] -# Adjust new release banner +# Create temporary new release banner # Create the release note for the new release # Commit changes to ''master'' and push to ~GitHub diff --git a/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid index b17822538..919d4f824 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid @@ -7,7 +7,15 @@ title: Release 5.3.7 type: text/vnd.tiddlywiki description: Under development -//[[See GitHub for detailed change history of this release|https://github.com/TiddlyWiki/TiddlyWiki5/compare/v5.3.6...master]]// +//[[See GitHub for detailed change history of this release|https://github.com/TiddlyWiki/TiddlyWiki5/compare/v5.3.6...v5.3.7]]// + +https://talk.tiddlywiki.org/u/Christian_Byron + +<<.banner-credits + credit:"""Congratulations to [[Christian Byron|https://talk.tiddlywiki.org/u/Christian_Byron]] for their winning design for the banner for this release (here is the [[competition thread|https://talk.tiddlywiki.org/t/banner-image-competition-for-v5-3-7]]). +""" + url:"https://raw.githubusercontent.com/TiddlyWiki/TiddlyWiki5/71232fbea2632280029de29147ec9cde4aebaae5/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png" +>> This is a minor bug fix release before introducing the major changes planned for v5.4.0. The changes planned for that release do involve some minor breaks in backwards compatibility so this release is intended to be a stable point for users before they upgrade.