1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +00:00

Add docs about the release process

Mainly for me, beause I keep getting it wrong
This commit is contained in:
Jermolene 2013-11-30 13:22:03 +00:00
parent 7fcf52543f
commit 6c6f53a69f

View File

@ -0,0 +1,15 @@
created: 20131130132123707
creator: JeremyRuston
modified: 20131130132123707
modifier: JeremyRuston
tags: dev
title: Releasing a new version of TiddlyWiki5
type: text/vnd.tiddlywiki
# Make sure the ''Jermolene/TiddlyWiki5'' is fully committed
# Edit `package.json` to the new version number
# Run `bld.sh` to build the deployment files
# Restore `package.json` to the previous version number
# Run `verbump "5.0.0-alpha.16"`, substituting the new version number
# Run `deploy.sh`
# Run `wbld.sh <username> <password>`