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