Skip to content

Commit

Permalink
ci: automatically produce changelogs during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Jun 18, 2024
1 parent 5eb01ad commit 2f69365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ preset: 'conventionalcommits'
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- ['@semantic-release/changelog', {changelogTitle: '# Changelog'}]
- '@semantic-release/npm'
- '@semantic-release/github'
- ['@semantic-release/git', {message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"}]

0 comments on commit 2f69365

Please sign in to comment.