0.1.3 • Published 4 years ago

@obecny/npm_auto_release v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

npm_auto

  1. npm login
  2. cat ~~/.npmrc
  3. copy token
  4. Go to circle ci -> workflows -> settings -> Environment Variables
  5. Create new variable with name "NPM_TOKEN" and previously copied token

Release process

  1. Create a new tag in format v* for example v0.2
git tag v0.2
  1. Push tag to repo
git push origin v0.2