Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: commitizen-tools/commitizen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.29.0
Choose a base ref
...
head repository: commitizen-tools/commitizen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.29.1
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 26, 2022

  1. test(test_check_command): add blank line after subject for COMMIT_LOG

    According to the spec of conventional commits, the body must begin with a blank line after the description.
    
    spec: https://www.conventionalcommits.org/en/v1.0.0/#specification
    Bogay authored and Lee-W committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    a2137ac View commit details
    Browse the repository at this point in the history
  2. test(test_check_command): add multi-line no conventional commit testdata

    The original cz schema of check the first line.
    Bogay authored and Lee-W committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    fc4ebc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c247670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6493fe2 View commit details
    Browse the repository at this point in the history
  5. fix(Check): process empty commit message

    `elif self.commit_msg` will be skipped if the commit message is empty string, but this should be handled.
    Bogay authored and Lee-W committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    1f0177c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dee73f0 View commit details
    Browse the repository at this point in the history
Loading