Skip to content

v2.0.0

Compare
Choose a tag to compare
@tschaub tschaub released this 16 Sep 05:30

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 and git config user.email in the current working directory when gh-pages is run. Ideally, this is what you want. In v1, the git user was determined based on the gh-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: