Skip to content

Commit

Permalink
chore: fixup release commit analyzing
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Sep 19, 2022
1 parent 60315ed commit 6f8a7a2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ branches:
plugins:
- - "@semantic-release/commit-analyzer"
- preset: angular
parserOpts:
headerPattern: '^(\w*)(?:\((.*)\))?!?: (.*)$'
breakingHeaderPattern: '^(\w*)(?:\((.*)\))?!: (.*)$'
releaseRules:
- breaking: true
release: major
Expand All @@ -27,7 +30,11 @@ plugins:
- type: build
scope: release-major
release: major
- "@semantic-release/release-notes-generator"
- - "@semantic-release/release-notes-generator"
- preset: angular
parserOpts:
headerPattern: '^(\w*)(?:\((.*)\))?!?: (.*)$'
breakingHeaderPattern: '^(\w*)(?:\((.*)\))?!: (.*)$'
- - "@semantic-release/changelog"
- changelogTitle: "# Changelog

Expand Down

0 comments on commit 6f8a7a2

Please sign in to comment.