diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6943ea7b..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,10 +0,0 @@ -High level description of the change. - -* Specific change -* Specific change - -## Testing - -Describe your work to validate the change works. - -rel: issue number (if applicable) diff --git a/.github/release.yaml b/.github/release.yaml new file mode 100644 index 00000000..3073b415 --- /dev/null +++ b/.github/release.yaml @@ -0,0 +1,12 @@ +changelog: + categories: + - title: Contributions + labels: + - '*' + exclude: + labels: + - dependencies + - no-release-note + - title: Dependencies + labels: + - dependencies