Skip to content

Labels

Labels

  • breaking

    An incompatible change to a feature or API (requires a bump of the major version)
  • bug

    Something isn't working right
  • bump-major-version

    Changes requiring a bump to the major version
  • bump-minor-version

    Changes requiring a bump to the minor version
  • dependencies

    Updates to dependencies
  • deprecated

    A feature or API was marked as deprecated and will be removed in a future release
  • documentation

    Improvements or additions to documentation
  • duplicate

    An issue or pull request already exists for this
  • enhancement

    Changes that do not impact any API
  • feature

    A new feature or API was added (requires a bump of the minor version)
  • fix

    Changes to fix broken behaviour
  • gh-actions

    Version updates for GitHub actions
  • invalid

    This issue or pull request is not valid
  • maintenance

    Internal changes that do not impact functionality or API
  • maven

    Version updates for Maven packages
  • need-info

    More information is needed
  • no-changelog

    Changes that should not be included in the release notes
  • regression

    Something isn't working right, but it was previously fixed
  • removed

    A feature or API was removed (requires a bump of the major version)
  • reverted

    Changes that were completely reverted by a later change
  • tests

    Changes related to unit tests
  • wontfix

    This will not be worked on