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

Commit

Permalink
🐛 Move CHANGELOG to root
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Sep 20, 2020
1 parent 4287f8e commit 3b282ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/release.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ const options: Options = {
[
"@semantic-release/changelog",
{
changelogFile: "docs/CHANGELOG.md",
changelogFile: "CHANGELOG.md",
},
],
[
"@semantic-release/git",
{
assets: ["docs/CHANGELOG.md"],
assets: ["CHANGELOG.md"],
message: ":bookmark: Release v${nextRelease.version} [skip ci]",
},
],
Expand Down

0 comments on commit 3b282ce

Please sign in to comment.