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: master
Choose a base ref
...
head repository: afresh-technologies/commitizen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 29 files changed
  • 2 contributors

Commits on May 2, 2023

  1. refactor: Make tag_format properly default to $version

    We've been using this default already in `normalize_tag`,
    but setting this value in the settings dict is cleaner.
    robertschweizer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c26e5bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa98e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c7a9a View commit details
    Browse the repository at this point in the history
  4. isort fix

    robertschweizer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c0ff3af View commit details
    Browse the repository at this point in the history
  5. test: Clean up path fixtures

    config_path and changelog_path rely on the modified CWD provided by
    tmp_commitizen_project, so they should use this fixture.
    robertschweizer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    c780f4e View commit details
    Browse the repository at this point in the history
  6. feat: Introduce tag_regex option with smart default

    Closes #519
    
    CLI flag name: --tag-regex
    
    Heavily inspired by
    #537, but extends
    it with a smart default value to exclude non-release tags. This was
    suggested in
    #519 (comment)
    robertschweizer committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e58e56f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. feat!: perform git log only in current directory

    This allows monorepo support as long as projects are organized within
    subdirectories.
    saivenky committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    5278b4d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    99491ce View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix: no change_type fails when change_type_map provided

    Under the following conditions:
    - commit_parser either does not have a capture group for change_type or
      change_type is None for other reasons
    - change_type_map is provided
    
    We get the following error:
    ```
    TypeError: argument of type 'NoneType' is not iterable
    ```
    
    This provides a default change_type which can also be mapped using the
    change_type_map.
    saivenky committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f422d56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96228ac View commit details
    Browse the repository at this point in the history
  3. feat: add changelog_ignore_body customization

    Setting changelog_ignore_body to true will ignore the body of the commit
    message when processing commits for the changelog.
    
    This mostly poses an issue for breaking changes, which may provide additional
    details in the body. With this flag set to true, only the subject of the commit
    message is processed.
    saivenky committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fcf4cc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bde9f64 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    b3792ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4bf88e View commit details
    Browse the repository at this point in the history
Loading