Просмотр исходного кода

chore: Include perf commits in changelog

Michael Bromley 6 лет назад
Родитель
Сommit
8ba982fd63
1 измененных файлов с 1 добавлено и 1 удалено
  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.