1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 13:04:21 +00:00
TiddlyWiki5/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid

36 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-08-09 13:08:13 +00:00
created: 20190809095728085
modified: 20190809123445125
2014-10-14 14:15:56 +00:00
title: Releasing a new version of TiddlyWiki
2019-08-09 13:08:13 +00:00
type: text/vnd.tiddlywiki
2014-10-14 14:15:56 +00:00
2019-08-09 13:08:13 +00:00
!! Preparation on master
# Update `master` from `tiddlywiki-com`
# Verify the version numbers in [[$:/config/OfficialPluginLibrary]] in `editions/tw5.com`
2014-10-15 20:56:32 +00:00
# Move the latest release note from the prerelease edition into the tw5.com edition
2015-07-03 15:59:40 +00:00
# Adjust the release date and the ''released'' field of the latest release tiddler (eg, [[Release 5.1.3]])
2016-01-07 21:09:37 +00:00
# Ensure [[TiddlyWiki Releases]] has the new version as the default tab
2014-10-14 14:15:56 +00:00
# Adjust the modified time of HelloThere
2019-08-09 13:08:13 +00:00
# Make sure ''Jermolene/TiddlyWiki5-master'' is fully committed
!! Update Readmes
2014-10-14 14:15:56 +00:00
# Edit `package.json` to the new version number
2019-08-09 13:08:13 +00:00
# Run `./bin/readme-bld.sh` to build the readme files
# Commit the new readme files to `master`
2014-10-14 14:15:56 +00:00
# Restore `package.json` to the previous version number
2019-08-09 13:08:13 +00:00
!! 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/npm-publish.sh` to publish the release to npm
2014-10-14 14:15:56 +00:00
# Verify that the new release of TiddlyWiki is available at https://www.npmjs.org/package/tiddlywiki
# Tweet the release with the text "TiddlyWiki v5.x.x released to https://tiddlywiki.com #newtiddlywikirelease"
2019-08-09 13:08:13 +00:00
!! Preparation for the next release
# Adjust version number in package.json
# Adjust version number in [[$:/config/OfficialPluginLibrary]] (both in `editions/tw5.com` and `editions/prerelease/tiddlers/system`) and [[$:/config/LocalPluginLibrary]]
# Create the release note for the new release
# Adjust version number in https://github.com/Jermolene/build.jermolene.github.io in `prerelease-bld.sh`, `bld.sh` and `make-library-bld.sh`