0.3.0 • Published 2 years ago

@povio/ui-kit v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Povio logo UI Kit

Povio UI Kit

Publish

Manual

To publish this package to NPM manually you need access to @povio organization on npm Once you have access to organization, if you haven't already, run command: npm login and follow the instructions (USE THE EMAIL THAT HAS ACCESS TO POVIO ORGANIZATION) Then to publish this package run following commands:

./tools/version patch # run this one if you did really small changes (typos, bugfixes, ...)
./tools/version minor # run this one if you added some now functionalities that do not break old ones
./tools/version major # run this one if you introduced breaking changes

git push && git push --tags

npm publish --access public

CI/CD

Then to publish this package to NPM using CircleCI run following commands:

./tools/version patch # run this one if you did really small changes (typos, bugfixes, ...)
./tools/version minor # run this one if you added some now functionalities that do not break old ones
./tools/version major # run this one if you introduced breaking changes

git push && git push --tags

After those commands are run CircleCI will automatically look for tag and publish the version to NPM.