Skip to content

Commit 862b26e

Browse files
committed
build: include changelog in release assets
1 parent aae74c9 commit 862b26e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.releaserc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
plugins:
22
- "@semantic-release/commit-analyzer"
33
- "@semantic-release/release-notes-generator"
4-
- - "@semantic-release/changelog"
5-
- changelogFile: "CHANGELOG.md"
64
- - "@semantic-release/npm"
75
- npmPublish: true
6+
- - "@semantic-release/changelog"
7+
- changelogFile: "CHANGELOG.md"
88
- - "@semantic-release/github"
99
- assets:
1010
- "dist/**"
1111
- "LICENSE"
12+
- "CHANGELOG.md"
1213

1314
branches:
1415
- name: "main"

0 commit comments

Comments
 (0)