0.0.3 • Published 2 years ago

@knovo/common-lib v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

README

This README would normally document whatever steps are necessary to get your application up and running.

Generate distribution

Create distribution, execute yarn build

Execute test

To run test, execute yarn test.

Versioning

Update package.json major, minor or patch version before make a release.

Changelogs

Every branch should add the changelog md file under changelogs/next directory path.

Common strategy for file name be created base on the JIRA card number, example: changelogs/next/KNO-101.md

Content of the changelog file should be in this format:

**{JIRA#}** [{type}] - {user friendly message with descriptive information}

Examples:

changelogs/next/KNO-101.md

KNO-101 Feature - Introduce new API to get class session.

changelogs/next/KNO-105.md

KNO-105 Fix - Fixed incorrect country data returned on GET /user API.

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines