Labels
Labels
13 labels
- Introduce breaking changes. Requires MAJOR version increase
- Fix a bug. Require PATCH version increase
- CI/CD system changes
- Updates to dependencies
- Setup, automation, project level changes etc.
- Documentation related changes
- Introduce a new feature. Require MINOR version increase
- A PR with an invalid title
- Code refactor, without changing functionality
- Reverting codebase to a previous commit and/or removing commits
- Test related changes
- An open PR that is a work in progress