1.0.0
This release includes a couple breaking changes:
- Node 4+ is required.
- The
logger
option has been removed. SetNODE_DEBUG=gh-pages
to see debug output.
If you are using Node 4+ and not using the logger
option, upgrades should be painless. See below for a full list of changes:
- #174 - Remove the logger option and use util.debuglog() (@tschaub)
- #173 - Dedicated cache directory per repo (@tschaub)
- #172 - Provision for root path when splitting (@esarbanis)
- #171 - Add a dest option (@lelandmiller)
- #73 - feat(plugin): add plugin support for semantic-release (@tusharmath)
- #170 - Integration tests (@tschaub)
- #21 - Document that git 1.9+ is required. (@warmhug)
- #169 - Fix noPush command argument and include regression tests for the CLI (@thiagofelix)
- #168 - Clone with depth 1 by default (@tschaub)
- #167 - Require Node 4+ (@tschaub)
- #166 - Updates (@tschaub)
- #158 - Update dependencies to enable Greenkeeper 🌴 (@tschaub)
- #150 - Fix small typo (@mandeldl)