Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
ci(semantic-release): add revertCorrespondence setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jftanner committed Dec 25, 2018
1 parent aa7d598 commit f03927c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const COMMIT_ANALYZER = [
{
preset: 'angular',
revertPattern: /^revert\s+"?([\s\S]*?)"?\s*This reverts commit (\w*)\.?/i,
revertCorrespondence: [`header`, `hash`],
releaseRules: [
{type: 'rules', release: 'minor'},
{type: 'lore', release: 'patch'},
Expand Down

0 comments on commit f03927c

Please sign in to comment.