Not about updating the changelog

This commit is contained in:
Aslak Hellesøy
2015-02-04 08:52:05 +00:00
parent 1ff9ed3f81
commit dc84f9b67c
+2
View File
@@ -1,6 +1,8 @@
Release process
---------------
First, update `CHANGELOG.md` with the release number about to be released.
npm outdated --depth 0 # See if you can upgrade any dependencies
npm version [major|minor|patch] # Update package.json
npm publish # Tag repo and publish npm package