Skip to content

Labels

Labels

  • BREAKING CHANGE

    fix or feature that would cause existing functionality to not work as expected
  • chore

    general tasks or anything that doesn't fit the other commit types
  • chore(deps)

    changes to dependencies
  • ci

    changes to continuous integration or continuous delivery scripts or configuration files
  • docs

    creates or updates documentation
  • feat

    non-breaking change which adds new functionality
  • fix

    non-breaking change which fixes a bug or an issue
  • perf

    code change that improves performance
  • refactor

    code change that neither fix a bug nor add a new feature
  • revert

    reverts a commit
  • test

    adds or modifies a test