Skip to content

Commit

Permalink
docs(guidelines): add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
christianacca authored Jan 6, 2017
1 parent 3ffa4ce commit b6d5d0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Implications:
3. Login: `npm adduser`
4. Add dist-tag: `npm dist-tag add ng-table@n.n.n latest`
* where `n.n.n` is the version of the package that you now want to make the latest
5. Remove the pre-release tag from the github release of this version


## Documentation
Expand All @@ -33,4 +34,4 @@ To publish updates to the library documentation site:
1. `npm run doc`
* this will re-generate the api-Docs
2. `npm run doc-deploy`
* this will prublish the content of demo-site directory from this repo into the gh-pages branch
* this will prublish the content of demo-site directory from this repo into the gh-pages branch

0 comments on commit b6d5d0b

Please sign in to comment.