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

21 lines
1.4 KiB
Plaintext
Raw Normal View History

2014-10-14 14:15:56 +00:00
title: Releasing a new version of TiddlyWiki
# Adjust the release date of the latest release tiddler (eg, [[Release 5.1.3]])
# Ensure [[Releases]] has the new version as the default tab
# Adjust the modified time of HelloThere
# Make sure ''Jermolene/TiddlyWiki5'' is fully committed
# Edit `package.json` to the new version number
2014-10-15 15:18:08 +00:00
# Run `../build.jermolene.github.io/readme-bld.sh` to build the readme files
# Commit the new readme files in `TiddlyWiki5` and `build.jermolene.github.io`
2014-10-14 14:15:56 +00:00
# Restore `package.json` to the previous version number
2014-10-15 15:18:08 +00:00
# Run `../build.jermolene.github.io/verbump "5.1.3"` (substituting the correct version number) to update the version number, assign it a tag and 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
2014-10-15 15:18:08 +00:00
# Check the version number of TiddlyWiki specified in `build.jermolene.github.io/package.json` is the latest version
2014-10-14 14:15:56 +00:00
# Change current directory to the `build.jermolene.github.io` directory
# Run `npm install` to install the correct version of TiddlyWiki
# Change current directory to the `TiddlyWiki5` directory
# Run `../build.jermolene.github.io/bld.sh` to build the content files
# Verify that the files in the `jermolene.github.io` directory are correct
2014-10-15 15:18:08 +00:00
# Run `../build.jermolene.github.io/github-push.sh` to push the new files to GitHub
# Run `../build.jermolene.github.io/tiddlyspace-upload.sh <username> <password>` to upload the release to TiddlySpace