org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
88 stars 21 forks source link

Define quality bands on types and have this reflected in versioning #31

Open OlafConijn opened 3 years ago

OlafConijn commented 3 years ago

Any type starts with version 0.1.0. When implementing any of the below, you can increment minor with +1:

Features (use category feat in commit):

Tests (use category test in commit):

Example commit message: feat(my-type): implement create/update and delete handler

Breaking changes may occur before 1.0.0. After 1.0.0 breaking changing only occur when incrementing major.

When squashing PRs use BREAKING CHANGE in the commit body (new line) and add an explanation of breaking changes

see: https://www.conventionalcommits.org/en/v1.0.0-beta.4/ also: https://gist.github.com/PurpleBooth/b24679402957c63ec426