From 214f00828e86ac6847534c246d265726ce7733bf Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 26 Aug 2013 21:49:32 +0100 Subject: [PATCH] Docs updates --- .../tiddlers/TiddlyWiki5 Development Environment.tid | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/TiddlyWiki5 Development Environment.tid b/editions/tw5.com/tiddlers/TiddlyWiki5 Development Environment.tid index 854e30702..41b250ebe 100644 --- a/editions/tw5.com/tiddlers/TiddlyWiki5 Development Environment.tid +++ b/editions/tw5.com/tiddlers/TiddlyWiki5 Development Environment.tid @@ -1,6 +1,6 @@ created: 201308251618 creator: JeremyRuston -modified: 201308260848 +modified: 201308262048 modifier: JeremyRuston tags: dev title: TiddlyWiki5 Development Environment @@ -17,5 +17,10 @@ npm link ! Bumping version numbers -As releases are made during development it is necessary to adjust the version number of various TiddlyWiki5 components. This is done with the [[npm version|https://npmjs.org/doc/version.html]] command. -** As described in #10 in [[this article by npm's author|http://blog.izs.me/post/1675072029/10-cool-things-you-probably-didnt-realize-npm-could-do]], when run from within a git repo this command will also commit the change and tag it +As releases are made during development it is necessary to adjust the version number of the TiddlyWiki5 core. This is done with the [[npm version|https://npmjs.org/doc/version.html]] command. For example: + +``` +npm version 5.0.0-alpha.10 +``` + +As described in #10 in [[this article by npm's author|http://blog.izs.me/post/1675072029/10-cool-things-you-probably-didnt-realize-npm-could-do]], when run from within a git repo this command will also commit the change and tag it