Releases: SystangoTechnologies/commit-message-lint
Releases · SystangoTechnologies/commit-message-lint
Remove code read access permission
The app required read access to code. This permission is now removed as this is not required. This was required for private repos which is no longer needed.
Support Dynamic Message Config
Add config for dynamic response messages
Following are the new config parameters
- PR_TITLE_REGEX:
- COMMIT_MESSAGE_REGEX:
- OUTPUT_TITLE_FAIL: Message validation failed!!!
- OUTPUT_TITLE_SUCCESS: Message validation passed!!!
- VALID_COMMIT_MESSAGE: Commit messages are valid
- INVALID_COMMIT_MESSAGE: Commit messages are invalid
- SINGLE_OTHER_INVALID_MESSAGE: other message is invalid
- MULTIPLE_OTHER_INVALID_MESSAGE: other messages are invalid
- VALID_PULL_REQUEST_MESSAGE: Pull request title is valid
- INVALID_PULL_REQUEST_MESSAGE: Pull request title is invalid
Release 2.1.1 - Fix PR updates
- Update PR checks in case any new commits are added in an existing PR
Release 2.1.0 - Support re-run
Updates
- Enable support for re-run checks
Release 2.0 - Support private repo
Changes and Updates
- Support private repos
- Change the configuration file from .validationconfig to .github folder
Breaking Changes
- Configuration changes
First release
- Validate commit messages and pull request titles in public repos
- Use .validationconfig to define configuration using regex