Releases: rocjs/roc-repo
Releases · rocjs/roc-repo
September 1, 2017
🐛 Bug Fixes
- Solve issue when doing a release and using --from (94ce68c)
September 1, 2017
🐛 Bug Fixes
- Use latest version of conventional-changelog (f2dceec)
August 31, 2017
🐛 Bug Fixes
- Fix issue in bootstrap command related to linking (f99dd35)
- Show in list command if a project is private (6cfe9ca)
August 31, 2017
🐛 Bug Fixes
- Only show GitHub release text if we have one (5b38a8b)
- Possible to define Git author and disable hooks (2139144)
August 31, 2017
🐛 Bug Fixes
- Possible to set author and hooks for publish (45d3106)
August 30, 2017
🐛 Bug Fixes
- Fix problem with running test when releasing (8d20099)
August 30, 2017
🐛 Bug Fixes
- Use execa over execute in release for error info (a791f24)
August 30, 2017
🐛 Bug Fixes
- Only remove node_modules for monorepos (c49f231)
August 30, 2017
🐛 Bug Fixes
- Do GitHub release as prerelease if in prerelease (cc22d39)
- Enforce
NODE_ENV=test
when running tests (24deee0)
- Remove unused dependency (661fd48)
- Support glob pattern in settings for mono (72d9616)
- Use
NODE_ENV=production
when building for release (046df54)
August 28, 2017
🐛 Bug Fixes
- Improve concurrency flexibility (bf676c4)
- Use Listr for "run" and enable concurrency support (2ca6971)
- Use verbose renderer for Listr when running in CI (27360c5)