- Write changelog and update changes list in [[Changes]] (clone a $:/plugins/sobjornstad/GrokTiddlyWiki/Changes/* tiddler to add an entry).
- Update version numbers in
Metadata
tiddler, then inwiki/plugins/*/plugin.info
. Runmake shadowify
to migrate these changes to the plugin. Commit changes. - Run
make
. - Open
_build/read/index.html
and_build/static/index.html
and make sure they look OK and have the correct book and TW version #'s (you can usemake preview
to web-serve the_build
folder). Make any required fixes. - Update the Changes tiddler again with the commit hash of your "bump version" commit.
Run
make shadowify
. - Run
make
. - Do step 4 again, just verifying that commit hash & release date is correct.
- Run
make publish
. - Double-check live version on the web.
- Commit the commit-hash-updating version (this must not contain any content changes!) and push to bring the repo up to date.
- Upload
_build/read/index.html
to thegrok-tiddlywiki-official
site on TiddlyHost (https://tiddlyhost.com/sites/31788/upload_form). Launch the site and verify it’s the new version. - Post announcement to https://talk.tiddlywiki.org, if there have been significant changes (can skip if it’s typo fixes or whatever).
- Create a release on GitHub. Populate text from the changelog tiddler, and link to the announcement post if available.