8000 Comparing v3.26.0...v3.26.1 · 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.26.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: v3.26.1
Choose a head ref
  • 13 commits
  • 43 files changed
  • 5 contributors

Commits on May 20, 2024

  1. build(deps-dev): bump pytest from 8.2.0 to 8.2.1

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.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@8.2.0...8.2.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 May 20, 2024
    Configuration menu
    Copy the full SHA
    f5cc528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3752286 View commit details
    Browse the repository at this point in the history
  3. ci(workflow): move 'generate_cli_screenshots' steps to 'docspublish'

    Since the purpose is to updated the CLI screenshots on Github Pages,
    combining this two workflows makes sense.
    marcosdotme authored and Lee-W committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b62456a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6e97dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59270b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eafdfa View commit details
    Browse the repository at this point in the history
  7. style: add py.typed file

    stefmolin authored and Lee-W committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a9f86be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    796a160 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    bd4755f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9f971 View commit details
    Browse the repository at this point in the history
  3. refactor(KNOWN_SCHEMES): replace set comprehension for list comprehen…

    …sion
    
    Set is an unordered structure, so every call the order changes.
    Because the unordered behavior we can't use `file_regression`
    to test the command output.
    marcosdotme authored and Lee-W committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4636e50 View commit details
    Browse the repository at this point in the history
  4. test(commands): add skip_if_below_py_3_10 as the message of argument …

    …changes in python 3.10
    
    Optional arguments -> options
    Lee-W committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8f4dbe9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae73429 View commit details
    Browse the repository at this point in the history
Loading
0