Skip to content

Commit

Permalink
fix: remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Jul 14, 2020
1 parent 31f7c0d commit 2e15e6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
23 changes: 0 additions & 23 deletions CHANGELOG.md

This file was deleted.

4 changes: 1 addition & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ module.exports = {
preset: 'conventionalcommits',
},
],
// creates CHANGELOG.md
'@semantic-release/changelog',
[
'@google/semantic-release-replace-plugin',
{
Expand All @@ -40,7 +38,7 @@ module.exports = {
// commits the changed files to git
'@semantic-release/git',
{
assets: ['package.json', 'CHANGELOG.md', 'README.md'],
assets: ['package.json', 'README.md'],
},
],
// creates the github release
Expand Down

0 comments on commit 2e15e6a

Please sign in to comment.