8000 Comparing v3.7.1...v3.8.0 · commitizen-tools/commitizen · GitHub
[go: up one dir, main page]

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: v3.7.1
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: v3.8.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 4, 2023

  1. build(deps-dev): bump pytest from 7.4.0 to 7.4.1

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.0...7.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Lee-W committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e915ce3 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump pytest-regressions from 2.4.2 to 2.4.3

    Bumps [pytest-regressions](https://github.com/ESSS/pytest-regressions) from 2.4.2 to 2.4.3.
    - [Changelog](https://github.com/ESSS/pytest-regressions/blob/master/CHANGELOG.rst)
    - [Commits](ESSS/pytest-regressions@2.4.2...2.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-regressions
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Lee-W committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bab4831 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. feat(defaults.py): add always_signoff config option for commits

    Add new configuration option `always_signoff`. When is set to `true`,
    commits will be always signed off. The `-s` option does not
    have to specified to `cz commit`.
    
    Signed-off-by: Christian Schlotter <christian.schlotter@zeiss.com>
    
    #785
    schlotter authored and Lee-W committed Sep 5, 2023
    Configuration menu
    8000
    Copy the full SHA
    80d0811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2063328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5997ad7 View commit details
    Browse the repository at this point in the history
  4. style(commit.py): fix style

    schlotter authored and Lee-W committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    62b13bb View commit details
    Browse the repository at this point in the history
  5. test(commit): test always_signoff config option

    Signed-off-by: Christian Schlotter <christian.schlotter@zeiss.com>
    schlotter authored and Lee-W committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5503c48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fab5c5e View commit details
    Browse the repository at this point in the history
Loading
0