Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
✨ Generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Sep 20, 2020
1 parent 3679206 commit 51625e8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/release.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,18 @@ const options: Options = {
],
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/changelog",
{
changelogFile: "docs/CHANGELOG.md",
},
],
[
"@semantic-release/git",
{ message: ":bookmark: Release v${nextRelease.version} [skip ci]" },
{
assets: ["docs/CHANGELOG.md"],
message: ":bookmark: Release v${nextRelease.version} [skip ci]",
},
],
],
};
Expand Down

0 comments on commit 51625e8

Please sign in to comment.