Updated the release process

Trying base64 encoded npm credentials
This commit is contained in:
Colin Eberhardt
2015-08-21 08:57:22 +01:00
parent 9c31f68f2e
commit d3c891f39a
3 changed files with 15 additions and 2 deletions

12
dist/README.md vendored Normal file
View File

@@ -0,0 +1,12 @@
Releases can be found on [npm](https://www.npmjs.com/package/dss-layout).
#Release Process
```bash
# Ensure that the local codebase is up to date
git fetch upstream master && git checkout FETCH_HEAD
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease]
```
This will take care of getting the latest version of `upstream/master`, updating the package.json, committing, tagging and pushing back to `upstream/master`. Travis will then take care of building the packages and pushing to npm.