Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
improved how_to_publish.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Nov 5, 2016
1 parent b19383f commit 271c327
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions misc/how_to_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 271c327

Please sign in to comment.