spiegel-keyman/resources/scopes/commit-types.json
Eberhard Beilharz 8a37b5f5b0
chore(common): rename chore GH label to maint
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.
2025-04-28 18:30:54 +02:00

14 lines
154 B
JSON

{
"commitTypes": [
"auto",
"change",
"chore",
"docs",
"feat",
"fix",
"maint",
"refactor",
"style",
"test"
]
}