Versioning
To help us identity the purpose of your commits, make sure to use the following tags in your commit messages. The tags will also automatically increment the the current version when pushed to github.
- [Patch] - Bug fixes (eg. v1.0.0 -> v1.0.1)
- [Feature] - For new feature that don't break compatibility (eg. v1.0.0 -> v1.1.0)
- [API Change] - For major changes that are not API backward compatible (eg. v1.0.0 -> v2.0.0)