Explorar el Código

chore: Include perf commits in changelog

Michael Bromley hace 6 años
padre
commit
8ba982fd63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/changelogs/generate-changelog.ts

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

@@ -8,7 +8,7 @@ const conventionalChangelogCore = require('conventional-changelog-core');
 /**
  * The types of commit which will be included in the changelog.
  */
-const VALID_TYPES = ['feat', 'fix'];
+const VALID_TYPES = ['feat', 'fix', 'perf'];
 
 /**
  * Define which packages to create changelog entries for.