Bläddra i källkod

chore: Add job-queue-plugin scope to changelog script

Michael Bromley 4 år sedan
förälder
incheckning
653fbcfd99
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      scripts/changelogs/generate-changelog.ts

+ 1 - 0
scripts/changelogs/generate-changelog.ts

@@ -24,6 +24,7 @@ const VALID_SCOPES: string[] = [
     'elasticsearch-plugin',
     'elasticsearch-plugin',
     'email-plugin',
     'email-plugin',
     'email',
     'email',
+    'job-queue-plugin',
     'testing',
     'testing',
     'ui-devkit',
     'ui-devkit',
 ];
 ];