You consider contributing changes to Cultivator – thank you! Please consider these guidelines when filing a pull request:
- Commits follow the Angular commit convention (Tip: use
npm run cz
to create commits)
Cultivator uses semantic-release to release new versions automatically.
- Commits of type
fix
will trigger bugfix releases, think0.0.1
- Commits of type
feat
will trigger feature releases, think0.1.0
- Commits with
BREAKING CHANGE
in body or footer will trigger breaking releases, think1.0.0
All other commit types will trigger no new release.