diff --git a/.releaserc.js b/.releaserc.js index c99f2c9..8d72293 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -44,7 +44,7 @@ module.exports = { [ '@semantic-release/exec', { - prepareCmd: 'yarn update-readme && yarn prettier --write README.md', + prepareCmd: 'yarn prettier --write README.md && yarn prettier --write CHANGELOG.md', }, ], '@semantic-release/github', @@ -59,7 +59,7 @@ module.exports = { '@semantic-release/git', { assets: ['CHANGELOG.md', 'package.json', 'README.md'], - message: ':bookmark: ${nextRelease.version}\n\n${nextRelease.notes}\n\n[skip ci]', + message: ':bookmark: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}', }, ], ], diff --git a/CHANGELOG.md b/CHANGELOG.md index d68883e..6276fba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06) ## 🚑 Critical Hotfixes -- [`5303541`](https://github.com/beaussan/nbx/commit/5303541) try to correctly deploy -- [`c71645f`](https://github.com/beaussan/nbx/commit/c71645f) fix handlebar to unsecure version for release + +- [`5303541`](https://github.com/beaussan/nbx/commit/5303541) try to correctly deploy +- [`c71645f`](https://github.com/beaussan/nbx/commit/c71645f) fix handlebar to unsecure version for release # [v2.0.4](https://github.com/beaussan/nbx/compare/v2.0.3...v2.0.4) (2020-02-06)