Przeglądaj źródła

chore: Include perf commits in changelog

Michael Bromley 6 lat temu
rodzic
commit
8ba982fd63
1 zmienionych plików z 1 dodań i 1 usunięć
  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.