From c1c77ccd651e9d57194a0ee0fb814cc4d647379d Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Thu, 6 Feb 2020 14:54:26 +0100 Subject: [PATCH] :ambulance: fix prettier and changelog prettier --- .releaserc.js | 4 ++-- CHANGELOG.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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)