Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 264 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 264 Bytes

Release cycle

Before Making a PR

Remember to update a changelog after working on a feature.

sh generate-changelog.sh <tag>

Example:

sh generate-changelog.sh 1.0.0

Commit an updated CHANGELOG.md and push it to your feature branch.