No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
2 changed files with
5 additions and
4 deletions
-
.releaserc.js
-
CHANGELOG.md
|
|
|
@ -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}', |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
|
|
|
|
@ -1,6 +1,7 @@ |
|
|
|
# [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 |
|
|
|
|
|
|
|
|