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.24.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.25.0
Choose a head ref
  • 10 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 29, 2022

  1. docs(docs/config.md): Fix typo in cz.yaml section

    From `proyects` to `projects`.
    sadikkuzu authored Apr 29, 2022
    Copy the full SHA
    8dcf97f View commit details
  2. Copy the full SHA
    354f9ea View commit details

Commits on May 4, 2022

  1. ci(pre-commit): Upgrade commitizen hook

    Upgrade self-test hook from v1.23.0 to v2.24.0. The former version
    crashes with the following error:
    
    ImportError: cannot import name 'soft_unicode' from 'markupsafe'
    
    Configure Commitizen to automatically bump the version of its own hook
    that it uses.
    
    Use the new location of the repository in the commitizen-tools org.
    Kurt-von-Laven committed May 4, 2022
    Copy the full SHA
    34436a6 View commit details
  2. ci(pre-commit): Correct end-of-file-fixer exclude

    The existing regex had numerous bugs and boiled down to a very complex
    way of matching any file whatsoever in the tests directory. Correct the
    syntax issues, and make a best guess at the original intent.
    Kurt-von-Laven committed May 4, 2022
    Copy the full SHA
    a9e5a4c View commit details
  3. docs(pull_request_template): Correct typos

    Replace "script" with the current name of the directory, "scripts."
    Kurt-von-Laven committed May 4, 2022
    Copy the full SHA
    df12f52 View commit details
  4. docs(changelog): Clarify incremental_build comment

    The original explanation has some minor grammatical errors.
    Kurt-von-Laven committed May 4, 2022
    Copy the full SHA
    186de51 View commit details
  5. refactor(changelog): Simplify incremental_build

    - Specify what output_lines and lines are lists of, namely strings.
    - Remove unnecessary test of whether latest_version_position is an int since
      x != None for any integer x.
    - Replace two consecutive list.append calls with a single list.extend call.
    Kurt-von-Laven committed May 4, 2022
    Copy the full SHA
    f8c617e View commit details
  6. feat(changelog): Improve whitespace in changelog

    Ensure there is at least one blank line separating old and new content.
    We already separate the log entries for each release with blank lines,
    so separate pre-existing content from the first release with a blank
    line as well. If the pre-existing content ends in a blank line, then
    don't add an extra one.
    Kurt-von-Laven committed May 4, 2022
    Copy the full SHA
    7b69599 View commit details

Commits on May 10, 2022

  1. Merge pull request #511 from Kurt-von-Laven/changelog

    Ensure At Least One Blank Line Between Old and New Changelog Content
    woile authored May 10, 2022
    Copy the full SHA
    dd4364e View commit details
  2. Copy the full SHA
    713ce19 View commit details
Loading