Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Releases: zhevron/gulp-deploy-git

gulp-deploy-git v0.5.3

11 Mar 09:07
Compare
Choose a tag to compare
Pre-release

Changes:

  • Bugfix: Files not being passed to the next Gulp plugin in the chain.
  • Bugfix: Deployment fails for chained configurations unless the GIT_BRANCH environment variable is specified.
  • Bugfix: Plugin crashes when emitting an error.
  • Bugfix: Plugin attempts to use buffers even when not supporting them.
  • Bugfix: Plugin does not clean up the deployment directory if the deployment fails after git clone is run.

gulp-deploy-git v0.5.2

02 Dec 20:38
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fixed commit message being empty when not specifically set in configuration.

gulp-deploy-git v0.5.1

02 Dec 20:37
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fixed deploys on Linux by listening for the close event on processes instead of exit.

gulp-deploy-git v0.5.0

02 Dec 20:35
Compare
Choose a tag to compare
Pre-release

Changes:

  • Renamed debug option to verbose.
  • Added a new debug option.

gulp-deploy-git v0.4.7

02 Dec 20:34
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fixed branch name missing the first character

gulp-deploy-git v0.4.6

02 Dec 20:33
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fixed branch name extraction when GIT_BRANCH was set.

gulp-deploy-git v0.4.5

29 May 12:08
Compare
Choose a tag to compare
Pre-release

Changes:

  • Cleaned up error reporting.

gulp-deploy-git v0.4.4

29 May 12:10
Compare
Choose a tag to compare
Pre-release

Changes:

  • Improved detection of ref name vs branch name for determining current branch.

gulp-deploy-git v0.4.3

29 May 12:11
Compare
Choose a tag to compare
Pre-release

Changes:

  • Fixed error being thrown when there are no changes.

gulp-deploy-git v0.4.2

29 May 12:13
Compare
Choose a tag to compare
Pre-release

Changes:

  • Extract branch name if ref is provided in GIT_BRANCH environment variable.
  • Improved handling of non-deploy branches and no changes.