Skip to content

Secullum/secullum-react-ui

Repository files navigation

secullum-react-ui

Set of React components for building user interfaces

Publishing a new version

  1. Update the version
npm version [major | minor | patch]
  1. Build the code to be published
yarn run build
  1. Publish it
npm publish
  1. Push incremented version and tags to git
git push --follow-tags