diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 000000000..6524a1572 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,13 @@ +titleOnly: true + +types: + - fix + - feat + - feature + - fixes + - chore + - perf + - docs + - doc + - release + - misc