@mx-cartographer/experiences 6.6.1 → 6.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +4 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -18,13 +18,10 @@ In order to run the project you will need to make sure that you have yarn instal
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
## Merging and Publishing
|
|
21
|
-
1.
|
|
22
|
-
1.
|
|
23
|
-
1.
|
|
24
|
-
|
|
25
|
-
1. Run `npm publish --dry-run`.
|
|
26
|
-
1. If the dry run works, go ahead and run `npm publish`. Look for something like '@mx-cartographer/experiences@4.10.0' in the terminal output. Copy it and paste it to the end of `git tag` ex: `git tag @mx-cartographer/insights-micro-widget@4.10.0`in the terminal. After that, run `git push origin --tags` and you're done.
|
|
27
|
-
|
|
21
|
+
1. Update CHANGELOG.md and include the version to publish 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.
|
|
22
|
+
1. Request a MR review by commenting `shipit --review`
|
|
23
|
+
1. Once the MR is approved, comment `shipit --publish-version=major|minor|patch`.
|
|
24
|
+
2. Shipit will bump the version in package.json, merge and publish the package to npm.
|
|
28
25
|
|
|
29
26
|
|
|
30
27
|
## React Library Application Template
|