-
-
Notifications
You must be signed in to change notification settings - Fork 296
Comparing changes
Open a pull request
base repository: commitizen-tools/commitizen
base: master
head repository: afresh-technologies/commitizen
compare: main
- 14 commits
- 29 files changed
- 2 contributors
Commits on May 2, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for c26e5bd - Browse repository at this point
Copy the full SHA c26e5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa98e1 - Browse repository at this point
Copy the full SHA 0aa98e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c7a9a - Browse repository at this point
Copy the full SHA 10c7a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ff3af - Browse repository at this point
Copy the full SHA c0ff3afView commit details -
config_path and changelog_path rely on the modified CWD provided by tmp_commitizen_project, so they should use this fixture.
Configuration menu - View commit details
-
Copy full SHA for c780f4e - Browse repository at this point
Copy the full SHA c780f4eView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for e58e56f - Browse repository at this point
Copy the full SHA e58e56fView commit details
Commits on Sep 16, 2023
-
feat!: perform git log only in current directory
This allows monorepo support as long as projects are organized within subdirectories.
Configuration menu - View commit details
-
Copy full SHA for 5278b4d - Browse repository at this point
Copy the full SHA 5278b4dView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 99491ce - Browse repository at this point
Copy the full SHA 99491ceView commit details
Commits on Sep 27, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for f422d56 - Browse repository at this point
Copy the full SHA f422d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96228ac - Browse repository at this point
Copy the full SHA 96228acView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fcf4cc2 - Browse repository at this point
Copy the full SHA fcf4cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde9f64 - Browse repository at this point
Copy the full SHA bde9f64View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b3792ed - Browse repository at this point
Copy the full SHA b3792edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4bf88e - Browse repository at this point
Copy the full SHA f4bf88eView 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 master...main