RELEASING
January 6, 2017 ยท View on GitHub
NPM package
This library uses semantic-release to fully automate publishing library updates to npm.
All you need to do is ensure you follow the contributing guidelines.
NPM dist-tags
By default this new package version will be published with a dist-tag of next
Implications:
- To install this version:
npm install ng-table@next --save - To make this version available via
npm install ng-table --save, a dist-tag oflatestmust be manually added (see steps below)
Adding the latest dist-tag
- Open a command line
- Change directory:
cd path/to/ng-table - Login:
npm adduser - Add dist-tag:
npm dist-tag add ng-table@n.n.n latest- where
n.n.nis the version of the package that you now want to make the latest
- where
- Remove the pre-release tag from the github release of this version
Documentation
To publish updates to the library documentation site:
npm run doc- this will re-generate the api-Docs
npm run doc-deploy- this will prublish the content of demo-site directory from this repo into the gh-pages branch