From d524acc6f92057371bede6e951c2a554fb0a59a3 Mon Sep 17 00:00:00 2001 From: Edoardo Luppi Date: Thu, 9 Nov 2023 16:20:10 +0100 Subject: [PATCH] chore: cleanup plugin.xml --- src/main/resources/META-INF/plugin.xml | 23 +++++++++++++++---- .../ConventionalCommitBundle.properties | 1 + 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d36c140..dc07f2b 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + com.github.lppedd.idea-conventional-commit Conventional Commit @@ -21,10 +21,12 @@ + + - + + + + + + + + + + diff --git a/src/main/resources/messages/ConventionalCommitBundle.properties b/src/main/resources/messages/ConventionalCommitBundle.properties index e720c33..085de0a 100644 --- a/src/main/resources/messages/ConventionalCommitBundle.properties +++ b/src/main/resources/messages/ConventionalCommitBundle.properties @@ -120,6 +120,7 @@ cc.config.coAuthorsDialog.error = Co-author's names cannot be blank # The double ' is required when positional arguments are present (e.g. {0}) cc.config.coAuthorsDialog.saveError = Couldn''t save changes to file: {0} +cc.notification.group.name = Conventional Commit notifications cc.notifications.schema = Error reading custom defaults file.
Using built-in ones. cc.inspection.nonStdMessage.description = Conventional Commit: non-standard message