Skip to content

Labels

Labels

  • Declares that the commit contains breaking changes (API, Application Version, Package exports)
  • Declares changes on the build setup
  • Declares changes which don’t modify source or test files (eg. assets)
  • Declares a change on the CI or CD process
  • Declares changes on documentation
  • Declares a new feature has been added
  • Declares a bug have been fixed
  • Declares a change affecting performance
  • Declares a change of code without an effective change on the program
  • Declares that a previous commit has been reverted
  • Declares code style changes
  • Declares changes on tests