1.1.3-c • Published 2 years ago
@marketspark/ms-utils-and-interfaces v1.1.3-c
MS Shared Utils and Interfaces
utilities functions for and interfaces shared between MarketSpark's apps
Setup
yarn install
Contributing
- Create a new branch (
git checkout -b feature/MS-*orcheckout -b fix/MS-*orcheckout -b hotfix/MS-*) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Bump version a. new feature === 1.0.0 => 1.1.0 b. fix/hotfix === 1.0.0 => 1.0.1
- Push to the branch
- Create a new Pull Request from feature branch => main
Publishing to NPM
- Merge feature => main
- Checkout main and
git pull origin main git tag v1.0.0(should match your PR version)- git push origin
- Log into shared npm account under kylemarketspark
npm publish