diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 12292da9..00000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,13 +0,0 @@ -name-template: 'v$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' - -template: | - ## What’s Changed - https://github.com/sul-dlss/exhibits/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION - $CHANGES - ### Added - ### Changed - ### Deprecated - ### Removed - ### Fixed - ### Security