From 183945bc1ce76909f7b7007a423b21a4a96b9c2c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 31 Jan 2022 16:50:14 +0100 Subject: [PATCH] Add reusable base release drafter config --- release-drafter/base.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 release-drafter/base.yml diff --git a/release-drafter/base.yml b/release-drafter/base.yml new file mode 100644 index 0000000..5383db8 --- /dev/null +++ b/release-drafter/base.yml @@ -0,0 +1,31 @@ +name-template: '$REPOSITORY $NEXT_PATCH_VERSION' +tag-template: '$NEXT_PATCH_VERSION' +filter-by-commitish: true + +change-template: '- $TITLE #$NUMBER by @$AUTHOR' +template: | + ## Changes + + $CHANGES + + ## :heart: Thanks to our premium sponsors! + +
+ + + +
+ + If you find Open Source project useful for work, please consider asking your company to support it by becoming a sponsor. + You can also individually sponsor the project by becoming a backer. + +
+ + + +
+ + ## :bow: Thanks to our contributors + + Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors. + Special thanks to all code contributors who helped with this particular release (they are listed below)!