Skip to content

Commit

Permalink
build: include changelog in release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
aerovulpe committed Dec 2, 2023
1 parent aae74c9 commit 862b26e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@semantic-release/changelog"
- changelogFile: "CHANGELOG.md"
- - "@semantic-release/npm"
- npmPublish: true
- - "@semantic-release/changelog"
- changelogFile: "CHANGELOG.md"
- - "@semantic-release/github"
- assets:
- "dist/**"
- "LICENSE"
- "CHANGELOG.md"

branches:
- name: "main"
Expand Down

0 comments on commit 862b26e

Please sign in to comment.