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 5d98ef3e4..246a75ff7 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 @@ -5,16 +5,16 @@ title: Releasing a new version of TiddlyWiki # Adjust the modified time of HelloThere # Make sure ''Jermolene/TiddlyWiki5'' is fully committed # Edit `package.json` to the new version number -# Run `bin/makereadmes.sh` to build the readme files +# 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` # Restore `package.json` to the previous version number -# Run `bin/verbump "5.1.3"` (substituting the correct version number) to update the version number and assign it a tag -# Run `npm publish` to publish to npm +# 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 # Verify that the new release of TiddlyWiki is available at https://www.npmjs.org/package/tiddlywiki -# Check the version number of TiddlyWiki specified in `package.json` +# Check the version number of TiddlyWiki specified in `build.jermolene.github.io/package.json` is the latest version # 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 -# Run `../build.jermolene.github.io/deploy.sh` to push the new files to GitHub -# Run `bin/wbld.sh ` +# Run `../build.jermolene.github.io/github-push.sh` to push the new files to GitHub +# Run `../build.jermolene.github.io/tiddlyspace-upload.sh ` to upload the release to TiddlySpace diff --git a/editions/dev/tiddlers/build/Releasing new content for TiddlyWiki.tid b/editions/dev/tiddlers/build/Releasing new content for TiddlyWiki.tid index 54db985f6..6b61c8596 100644 --- a/editions/dev/tiddlers/build/Releasing new content for TiddlyWiki.tid +++ b/editions/dev/tiddlers/build/Releasing new content for TiddlyWiki.tid @@ -3,4 +3,4 @@ title: Releasing new content for 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 -# Run `../build.jermolene.github.io/deploy.sh` to push the new files to GitHub +# Run `../build.jermolene.github.io/github-push.sh` to push the new files to GitHub