Kaynağa Gözat

chore: Include perf commits in changelog

Michael Bromley 6 yıl önce
ebeveyn
işleme
8ba982fd63
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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.