Labels
Labels
22 labels
- An incompatible change to a feature or API (requires a bump of the major version)
- Something isn't working right
- Changes requiring a bump to the major version
- Changes requiring a bump to the minor version
- Updates to dependencies
- A feature or API was marked as deprecated and will be removed in a future release
- Improvements or additions to documentation
- An issue or pull request already exists for this
- Changes that do not impact any API
- A new feature or API was added (requires a bump of the minor version)
- Changes to fix broken behaviour
- Version updates for GitHub actions
- This issue or pull request is not valid
- Internal changes that do not impact functionality or API
- Version updates for Maven packages
- More information is needed
- Changes that should not be included in the release notes
- Something isn't working right, but it was previously fixed
- A feature or API was removed (requires a bump of the major version)
- Changes that were completely reverted by a later change
- Changes related to unit tests
- This will not be worked on