-
Notifications
You must be signed in to change notification settings - Fork 1
Publishing updates
Jerome Vercide edited this page May 19, 2022
·
1 revision
- Create a feature branch and apply the necessary changes
- Create a pull request to merge your feature to the main branch
- When changes are merged, bump plenum package version (package.json) base on semantic versioning
- Switch to the main branch and make sure its up-to-date
- Run
yarn prepare - If you are not logged in via command line run
npm login - Run
npm publish(assuming you have rights to publish on the package)