@mx-cartographer/insights-micro-widget
v6.0.2
Published
Package of Insights Micro widget and components
Maintainers
Keywords
Readme
Publishing alpha versions
- Bump the version in package.json using the format
major.minor.patch-alpha.<yourinitials><n>See the version history for examples. - Run
npm publish --tag alpha.
Merging and Publishing
- Bump the version in package.json using the standard major.minor.patch. If there are breaking changes, we bump the major, new feature we bump minor and bug fixes or minor changes, we bump patch.
- Update CHANGELOG.md.
- After MR is approved, type
shipitin the comments. Wait for shipit to merge your branch. - After your changes have been merged to master, switch to the master branch and pull down the new changes.
- Run
npm publish --dry-run. - If the dry run works, go ahead and run
npm publish. Look for something like '@mx-cartographer/[email protected]' in the terminal output. Copy it and paste it to the end ofgit tagex:git tag @mx-cartographer/[email protected]in the terminal. After that, rungit push origin --tagsand you're done.
