README
npm_auto
- npm login
- cat ~~/.npmrc
- copy token
- Go to circle ci -> workflows -> settings -> Environment Variables
- Create new variable with name "NPM_TOKEN" and previously copied token
Release process
- Create a new tag in format
v*
for examplev0.2
git tag v0.2
- Push tag to repo
git push origin v0.2