From 4093f2571e7c670f657fa789005e46f559a559fd Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Tue, 20 Aug 2019 09:37:15 +0200 Subject: [PATCH] Escape the "Breaking changes" title with a custom symbol --- .github/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 08661b9..8d3d023 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -6,7 +6,7 @@ version-template: $MAJOR.$MINOR # Emoji reference: https://gitmoji.carloscuesta.me/ categories: - - title: :boom: Breaking changes + - title: ":boom: Breaking changes" labels: - breaking - title: 🚨 Removed