Explorar el Código

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

Michael Bromley hace 4 años
padre
commit
653fbcfd99
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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',
     'email-plugin',
     'email',
+    'job-queue-plugin',
     'testing',
     'ui-devkit',
 ];