Skip to content
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

Does not Follow Conventional Commits Spec #7

Open
akovalov opened this issue Apr 10, 2023 · 1 comment
Open

Does not Follow Conventional Commits Spec #7

akovalov opened this issue Apr 10, 2023 · 1 comment

Comments

@akovalov
Copy link

It does not follow the latest v1.0.0 conventional commits types.

From the code, it supports the following types:

COMMIT_CODES_TO_HEADINGS_MAPPING = {
    "FEA": "### New features",
    "ENH": "### Enhancements",
    "FIX": "### Fixes",
    "OPS": "### Operations",
    "DEP": "### Dependencies",
    "REF": "### Refactoring",
    "TST": "### Testing",
    "MRG": OTHER_SECTION_HEADING,
    "REV": "### Reversions",
    "CHO": "### Chores",
    "STY": "### Style",
    "WIP": OTHER_SECTION_HEADING,
    "DOC": OTHER_SECTION_HEADING,
}

But the conventional commits specification have different types and lowercased.

Other than that, it works great! Thank you for your efforts!

@DeutscheGabanna
Copy link

DeutscheGabanna commented Aug 4, 2024

Also, it does not properly categorise commits with [scope]. The specification says this is allowed:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

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

No branches or pull requests

2 participants