v2.0.0
Breaking changes:
- Requires Node 6 and above. If you require support for Node 4, stick with v1.2.0.
- The git user for commits is determined by running
git config user.name
andgit config user.email
in the current working directory whengh-pages
is run. Ideally, this is what you want. In v1, the git user was determined based on thegh-pages
install directory. If the package was installed globally, the git user might not have been what you expected when running in a directory with a locally configured git user.
Details:
- #264 - Better user handling (thanks @holloway for getting this going and @nuklearfiziks and @paulirish for pushing it over the edge)
- #263 - Infra: newer syntax and upgrade deps to latest stable versions (@AviVahl)