Skip to content

Commit

Permalink
fix: reformat github release header
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 11, 2023
1 parent 29b9ec6 commit 38c5625
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ branches:
# prerelease: true
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- [
'@semantic-release/release-notes-generator',
{ 'writerOpts': { 'commitsSort': ['subject', 'scope'], 'headerPartial': "## What's Changed in {{version}}" } },
]
- '@semantic-release/changelog'
- '@semantic-release/npm'
- '@semantic-release/github'
Expand Down

0 comments on commit 38c5625

Please sign in to comment.