UNPKG

279 BMarkdownView Raw
1# marketplace-kit
2
3
4## Versioning
5
6This project uses [Semantic versioning](https://semver.org/).
7
8When using [`npm version`](https://docs.npmjs.com/cli/version) command please keep that in mind.
9
10## Publish
11
12 npm version patch
13
14 git push --tags
15
16 npm publish