Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
💚 (release) Removes changelog
Browse files Browse the repository at this point in the history
Removes automatic generation of changelog for incompatibility detected with semantic-release-gitmoji
  • Loading branch information
Matteo Vivona committed Sep 17, 2019
1 parent d982a4e commit da864be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
8 changes: 1 addition & 7 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,10 @@ module.exports = {
},
},
],
[
'@semantic-release/changelog',
{
changelogFile: 'CHANGELOG.md',
},
],
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json', 'packages'],
assets: ['package.json', 'packages'],
message: ':bookmark: (release) ${nextRelease.version} [skip ci]',
},
],
Expand Down
8 changes: 0 additions & 8 deletions CHANGELOG.md

This file was deleted.

0 comments on commit da864be

Please sign in to comment.