mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
Add a configuration JSON specification for conventional commits. #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fenilli on GitHub (Mar 23, 2021).
Couldn't conventional commits be using its specifications also in a configuration file style, editorconfig does something like that, we could use this to make sure open source projects adhere with a conventional for the types and scopes inside a project, instead of manuallly telling what those are for the users.
Also would make any editor be able to use a plugin that adheres to those conventions.
@fenilli commented on GitHub (Mar 24, 2021):
I came up with this JSON file looking for other kinda of configuration files, would be fine to use this as a specification? what other fields or changes could it have to be more stable to the conventional commits specification.
@fenilli commented on GitHub (Mar 24, 2021):
Closing as there is already the possibility of using .commitlintrc.json.