Skip to content

Commit

Permalink
build(.changelogrc.js): fix spread bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 2, 2021
1 parent 69ec71f commit c6a3cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changelogrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const sentenceCase = (s) => s.toString().charAt(0).toUpperCase() + s.toString().
const extraReleaseTriggerCommitTypes = ADDITIONAL_RELEASE_RULES.map((r) => r.type);
const allReleaseTriggerCommitTypes = [
...DEFAULT_RELEASED_TYPES,
extraReleaseTriggerCommitTypes
...extraReleaseTriggerCommitTypes
];

debug('extra types that trigger releases = %O', extraReleaseTriggerCommitTypes);
Expand Down

0 comments on commit c6a3cd6

Please sign in to comment.