mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
During the "M3: Maintenance Sprints" session of the April 2025 planning conference we discussed that we'd rename the `chore` GH label to `maint`. However, this change doesn't remove the existing `chore` label because that is also used for merge commits.
14 lines
154 B
JSON
14 lines
154 B
JSON
{
|
|
"commitTypes": [
|
|
"auto",
|
|
"change",
|
|
"chore",
|
|
"docs",
|
|
"feat",
|
|
"fix",
|
|
"maint",
|
|
"refactor",
|
|
"style",
|
|
"test"
|
|
]
|
|
}
|