Skip to content

Releases: SystangoTechnologies/commit-message-lint

Remove code read access permission

16 Apr 08:31
Compare
Choose a tag to compare

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

13 Apr 11:11
cdad40a
Compare
Choose a tag to compare

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

14 Aug 13:02
Compare
Choose a tag to compare
  • Update PR checks in case any new commits are added in an existing PR

Release 2.1.0 - Support re-run

16 Jul 13:12
Compare
Choose a tag to compare
Updates
  • Enable support for re-run checks

Release 2.0 - Support private repo

09 Jul 10:46
Compare
Choose a tag to compare

Changes and Updates

  • Support private repos
  • Change the configuration file from .validationconfig to .github folder

Breaking Changes

  • Configuration changes

First release

09 Jul 10:16
Compare
Choose a tag to compare
  • Validate commit messages and pull request titles in public repos
  • Use .validationconfig to define configuration using regex