Skip to content

fix: broken import cz default #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025

Conversation

bearomorphism
Copy link
Contributor

Related commitizen issue: commitizen-tools/commitizen#1435

@@ -27,10 +27,10 @@ def parse_subject(text):


class GithubJiraConventionalCz(BaseCommitizen):
bump_pattern = defaults.bump_pattern
bump_map = defaults.bump_map
bump_pattern = defaults.BUMP_PATTERN

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When it's a breaking change and backward compatibility is not provided I think it's necessary to properly set the dependency on the right version of commitizen in setup.py
https://github.com/apheris/cz-github-jira-conventional/blob/main/setup.py#L18

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just fixed it in the latest iteration.

@falko-apheris
Copy link
Collaborator

Thank you so much. I'll try to create a new release in a timely manner, but I might need a few days.

@falko-apheris falko-apheris merged commit e9520b9 into apheris:main May 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants