Skip to content

Publishing updates

Jerome Vercide edited this page May 19, 2022 · 1 revision

Publishing to NPM

  1. Create a feature branch and apply the necessary changes
  2. Create a pull request to merge your feature to the main branch
  3. When changes are merged, bump plenum package version (package.json) base on semantic versioning
  4. Switch to the main branch and make sure its up-to-date
  5. Run yarn prepare
  6. If you are not logged in via command line run npm login
  7. Run npm publish (assuming you have rights to publish on the package)
Clone this wiki locally