diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml new file mode 100644 index 0000000..6a7b2fc --- /dev/null +++ b/.github/workflows/semantic.yml @@ -0,0 +1,13 @@ +titleOnly: true +types: + - feat + - fix + - docs + - style + - refactor + - perf + - test + - build + - ci + - chore + - revert