Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
ci(semantic-release): use config property
Browse files Browse the repository at this point in the history
use config property over preset; preset will not resolve the module but attempt to use one of the standard presets available

[ch8743]
  • Loading branch information
blake-newman committed Feb 13, 2020
1 parent 695c1e5 commit 593f33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.js
Expand Up @@ -7,13 +7,13 @@ module.exports = {
[
'@semantic-release/release-notes-generator',
{
preset: '@attest/conventional-changelog',
config: '@attest/conventional-changelog',
},
],
[
'@semantic-release/changelog',
{
preset: '@attest/conventional-changelog',
config: '@attest/conventional-changelog',
changelogFile: 'CHANGELOG.md',
},
],
Expand Down

0 comments on commit 593f33e

Please sign in to comment.