From 35405c9329badf1f1f5005a79ab314206f151cf8 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 25 Aug 2015 14:00:59 -0400 Subject: [PATCH] Include `lastBuild` in release process notes. --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 4e912af1..0df761c4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -32,7 +32,7 @@ Ensure you've followed the instructions in the README.md for building the projec When publishing to npm, the .gitignore file is used to exclude files from the npm publishing process. Be sure that the bitcore-node directory has only the directories and files that you would like to publish to npm. You might need to run the commands below on each platform that you intend to publish (e.g. Mac and Linux). -To make a release, bump the version of the package.json: +To make a release, bump the `version` and `lastBuild` of the `package.json`: ```bash git checkout master @@ -44,7 +44,7 @@ npm run upload npm publish ``` -And then update the version of the package.json for development (e.g. "0.3.2-dev"): +And then update the `version` of the `package.json` for development (e.g. "0.3.2-dev"): ```bash git commit -a -m "Bump development version to "