From 27788e9a63a2e2ba96eba5bef7109ceb27323ffd Mon Sep 17 00:00:00 2001 From: danicheg Date: Sat, 6 Jan 2024 12:33:40 +0300 Subject: [PATCH] Add the .github/release.yml --- .github/release.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..02097ea --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,25 @@ +changelog: + categories: + - title: `scalac-profiling` compiler plugin + labels: + - scalac-profiling + exclude: + labels: + - behind-the-scenes + - title: `sbt-scalac-profiling` SBT plugin + labels: + - sbt-scalac-profiling + exclude: + labels: + - behind-the-scenes + + - title: Documentation + labels: + - docs + exclude: + labels: + - behind-the-scenes + + - title: Behind the scenes + labels: + - "*"