mwe-common-library-client
v6.5.4
Published
React MWE Component for npm
Downloads
292
Readme
mwe-common-library-client
Running the Project
npm install
npm run start
Run Demo
cd demo
npm install
npm run start
Bumping the Package Version
In the main
branch, run one of the commands below to bunp the package version. It will update the version in the package.json
, package-lock.json
, and create a new version tag. It will also automatically commit the changes to those files.
When publishing package versions, please follow semantic versioning.
Major version
Publish a major version when you make incompatible API changes.
npm version major
Minor version
Publish a minor version when you add functionality in a backward compatible manner.
Patch version
npm version minor
Publish a patch version when you make backward compatible bug fixes.
npm version patch
Publishing to Azure DevOps Artifacts
Run git push --follow-tags
to push the main branch and tags to remote.
Pushing with a new version tag will trigger a build and deploy the package to Azure DevOps Artifacts.