From d560c2803cb0a9dec217307d9e3df368facbe1db Mon Sep 17 00:00:00 2001 From: Laysa Bitencourt Date: Thu, 6 Jun 2024 11:20:04 -0300 Subject: [PATCH] initial config (#46) --- .github/release-drafter.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..adacc1b --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,5 @@ +template: | + ## What's Changed + $CHANGES + + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION \ No newline at end of file