You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2019. It is now read-only.
Sayed Ibrahim Hashimi edited this page Feb 7, 2015
·
3 revisions
You can use the instructions below to publish the npm package to npmjs.org.
Get latest from git and switch to the master branch
Update version in packages.json using the npm version tool (sample command npm version 1.0.0 where 1.0.0 is the new version)
Run npm test to ensure all tests pass locally
Check in changes in the master branch
Push changes to github
Ensure that the (Travis CI)[https://travis-ci.org/OmniSharp/generator-aspnet] build is passing
Merge changes from master to release branch
Push changes to github in the release branch
The (Travis CI)[https://travis-ci.org/OmniSharp/generator-aspnet] is configured to automatically publish to npmjs.org whenever a change is pushed to release because of this the version must always be updated in one of the commits in the CI build.