From 271c3272129cef4497905825701e42268a52b0e4 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Wed, 26 Oct 2016 14:51:35 +0200 Subject: [PATCH] improved how_to_publish.md --- misc/how_to_publish.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/misc/how_to_publish.md b/misc/how_to_publish.md index f96117d8..254d2ad0 100644 --- a/misc/how_to_publish.md +++ b/misc/how_to_publish.md @@ -7,6 +7,14 @@ This document describes how to publish vis.js. - Change the version number of the library in `package.json`. - Open `HISTORY.md`, write down the changes, version number, and release date. + (Changes since last release: `git log \`git describe --tags --abbrev=0\`..HEAD --oneline`) + +- Update external dependencies + + npm install -g npm-check-updates + npm-check-updates -u + git commit -a -m "updated external dependencies" + - Build the library by running: npm prune