-
-
Notifications
You must be signed in to change notification settings - Fork 279
Comparing changes
Open a pull request
base repository: commitizen-tools/commitizen
base: v2.24.0
head repository: commitizen-tools/commitizen
compare: v2.25.0
- 10 commits
- 8 files changed
- 4 contributors
Commits on Apr 29, 2022
-
docs(docs/config.md): Fix typo in cz.yaml section
From `proyects` to `projects`.
Configuration menu - View commit details
-
Copy full SHA for 8dcf97f - Browse repository at this point
Copy the full SHA 8dcf97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 354f9ea - Browse repository at this point
Copy the full SHA 354f9eaView commit details
Commits on May 4, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 34436a6 - Browse repository at this point
Copy the full SHA 34436a6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a9e5a4c - Browse repository at this point
Copy the full SHA a9e5a4cView commit details -
docs(pull_request_template): Correct typos
Replace "script" with the current name of the directory, "scripts."
Configuration menu - View commit details
-
Copy full SHA for df12f52 - Browse repository at this point
Copy the full SHA df12f52View commit details -
docs(changelog): Clarify incremental_build comment
The original explanation has some minor grammatical errors.
Configuration menu - View commit details
-
Copy full SHA for 186de51 - Browse repository at this point
Copy the full SHA 186de51View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f8c617e - Browse repository at this point
Copy the full SHA f8c617eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7b69599 - Browse repository at this point
Copy the full SHA 7b69599View commit details
Commits on May 10, 2022
-
Merge pull request #511 from Kurt-von-Laven/changelog
Ensure At Least One Blank Line Between Old and New Changelog Content
Configuration menu - View commit details
-
Copy full SHA for dd4364e - Browse repository at this point
Copy the full SHA dd4364eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 713ce19 - Browse repository at this point
Copy the full SHA 713ce19View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.24.0...v2.25.0