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.
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 oflatest
must be manually added (see steps below)
- Open a command line
- Change directory:
cd path/to/ng-table
- Login:
npm adduser
- Add dist-tag:
npm dist-tag add [email protected] latest
- where
n.n.n
is 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
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