diff --git a/.commitlintrc.json b/.commitlintrc.json index e39932e9..d5e0434a 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -9,7 +9,20 @@ "type-enum": [ 2, "always", - ["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "revert"] + [ + "build", + "chore", + "ci", + "docs", + "feat", + "fix", + "perf", + "refactor", + "style", + "test", + "revert", + "BREAKING CHANGE" + ] ] } } diff --git a/lib/constants/nestjs-notification-provider.constant.ts b/lib/constants/nestjs-notification-provider.constant.ts index d0101e3b..84dde9ce 100644 --- a/lib/constants/nestjs-notification-provider.constant.ts +++ b/lib/constants/nestjs-notification-provider.constant.ts @@ -1 +1,2 @@ export const NESTJS_NOTIFICATION_OPTIONS = 'NESTJS_NOTIFICATION_OPTIONS'; +export const NESTJS_NOTIFICATION_QUEUE_OPTIONS = 'NESTJS_NOTIFICATION_QUEUE_OPTIONS';