@obecny/npm_auto_release
v0.1.3
Published
Auto release to npm
Downloads
6
Maintainers
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