Skip to content

Labels

Labels

  • build

    Change the build system or a dependency.
  • chore

    Do maintenance work. Do not change the source or a test.
  • ci

    Change the continuous integration configuration.
  • docs

    Change the documentation only.
  • feat

    Add a new function to the tool.
  • fix

    Correct a defect in the tool.
  • perf

    Make the tool more quick.
  • refactor

    Change the structure of the code. Do not change the behavior.
  • release

    Raise the version. Do not list in the changelog.
  • revert

    Remove the effect of an applied commit.
  • style

    Change the format of the code. Do not change the behavior.
  • test

    Add or correct a test.