diff --git a/.github/release.yaml b/.github/release.yaml new file mode 100644 index 0000000..0dc6126 --- /dev/null +++ b/.github/release.yaml @@ -0,0 +1,13 @@ +changelog: + authors: + - sigma + categories: + - title: New Features + labels: + - "enhancement" + - title: Bug Fix + labels: + - "bug" + - title: Other Changes + labels: + - "*"