README
Buddy-framework-beta
Automatic test library for BDD support
Version Update
- Make the changes on library's files (This is your development)
- Update the version field [X.Y.Z] in package.json
- Patch version Z must be incremented if only backwards compatible bug fixes are introduced.
- Minor version Y must be incremented if substantial new functionality or improvements are introduced (eg. add new steps).
- Major version X must be incremented if any incompatible changes are introduces with the last major version. Patch and minor version must be reset to 0 when major version is incremented (eg. application refactoring).
- Login to npm
npm login
- Publish new version to npm
npm publish