diff --git a/templates/repository/common/.github/semantic.yml b/templates/repository/common/.github/semantic.yml new file mode 100644 index 0000000..4f8499c --- /dev/null +++ b/templates/repository/common/.github/semantic.yml @@ -0,0 +1,17 @@ +titleOnly: true +commitsOnly: false +titleAndCommits: false + +types: + - feat + - fix + - revert + - docs + - style + - refactor + - test + - build + - autogen + - security + - ci + - chore