From ce2c2b65fbb0aa1004fd7bcd5a08bd943844dd8b Mon Sep 17 00:00:00 2001 From: 3hx Date: Tue, 31 Oct 2023 23:56:44 +0000 Subject: [PATCH] e --- .github/release-drafter.yml | 18 ++++++++++++++++++ .github/workflows/release-drafter.yml | 3 --- README.md | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a992d58..98cc134 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,3 +1,21 @@ +name-template: "v$NEXT_PATCH_VERSION 🌈" +tag-template: "v$NEXT_PATCH_VERSION" +categories: + - title: "🚀 Features" + label: "feature" + - title: "🐛 Bug Fixes" + label: "bugfix" +change-template: "- $TITLE @$AUTHOR (#$NUMBER)" +version-resolver: + major: + labels: + - "major" + minor: + labels: + - "minor" + patch: + labels: + - "patch" template: | ## Changes diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 82e66d2..f24f94d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -2,9 +2,6 @@ name: Release Drafter on: push: - # branches to consider in the event; optional, defaults to all - branches: - - main # pull_request event is required only for autolabeler pull_request: # Only following types are handled by the action, but one can default to all as well diff --git a/README.md b/README.md index aafe6f1..1fcdb0a 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ Here's how other solutions stack up: ## Usage (Include usage instructions, examples, and/or code snippets here) -aa +e