mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
* chore: add conventional-commits
* Use branch for conventional commits
* Remove dupe workflow 🔨
12 lines
224 B
YAML
12 lines
224 B
YAML
feature: ['feat/*', 'feature/*']
|
|
chore: ['chore/*']
|
|
bug: ['fix/*', 'bug/*']
|
|
build: ['build/*']
|
|
ci: ['ci/*']
|
|
docs: ['docs/*']
|
|
style: ['style/*']
|
|
refactor: ['refactor/*']
|
|
perf: ['perf/*']
|
|
test: ['test/*']
|
|
revert: ['revert/*']
|