Browse Source

🚑 fix prettier and changelog prettier

pull/3/head
Nicolas Beaussart 6 years ago
parent
commit
c1c77ccd65
No known key found for this signature in database GPG Key ID: 51D5A407BFCE64A9
  1. 4
      .releaserc.js
  2. 1
      CHANGELOG.md

4
.releaserc.js

@ -44,7 +44,7 @@ module.exports = {
[ [
'@semantic-release/exec', '@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', '@semantic-release/github',
@ -59,7 +59,7 @@ module.exports = {
'@semantic-release/git', '@semantic-release/git',
{ {
assets: ['CHANGELOG.md', 'package.json', 'README.md'], 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}',
}, },
], ],
], ],

1
CHANGELOG.md

@ -1,6 +1,7 @@
# [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06) # [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06)
## 🚑 Critical Hotfixes ## 🚑 Critical Hotfixes
- [`5303541`](https://github.com/beaussan/nbx/commit/5303541) try to correctly deploy - [`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 - [`c71645f`](https://github.com/beaussan/nbx/commit/c71645f) fix handlebar to unsecure version for release

Loading…
Cancel
Save