Skip to content

Labels

Labels

  • alpha

    Use when pre-releasing a new version that is unstable due to knowledge of further breaking changes
  • beta

    Use when pre-releasing a new version that may have future breaking changes but these are unknown
  • breaking

    Use when releasing a new version that is stable, it doesn’t have to be backward compatible
  • bug

    Use when there is a feature to be fixed, it must be backward compatible
  • feature

    Use when minor changes are made such as a new feature that doesn’t break backward compatibility
  • maintenance

    Use when there is a security or performance bug to be fixed, it must be backward compatible