diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 00000000..f46af7d5 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,52 @@ +# Config for https://github.com/apps/release-drafter +name-template: "$RESOLVED_VERSION 📈" +tag-template: "$RESOLVED_VERSION" +categories: + - title: "🚀 New Features and Enhancements " + labels: + - "feature" + - "enhancement" + - "ui" + - title: "💣 Breaking Changes " + labels: + - "breaking-change" + - title: "🏇 Optimizations " + labels: + - "optimize" + - "performance" + - title: "🐛 Bug Fixes " + labels: + - "bugfix" + - "bug" + - title: "🔨 Maintenance " + labels: + - "maintenance" + - "refactoring" + - "chore" + - "build" + - "ci" + - title: "💞 Integrations" + labels: + - "integrations" +change-template: "- $TITLE (#$NUMBER) @$AUTHOR" +version-resolver: + major: + labels: + - "major" + minor: + labels: + - "minor" + patch: + labels: + - "patch" + default: patch +exclude-labels: + - "skip-changelog" +template: | + > Refer to https://github.com/iterative/dvclive#installation for installation instructions. + + ## Changes + + $CHANGES + + Thanks again to $CONTRIBUTORS for the contributions! 🎉