This repository was archived by the owner on Apr 14, 2023. It is now read-only.
Releases: zhevron/gulp-deploy-git
Releases · zhevron/gulp-deploy-git
gulp-deploy-git v0.5.3
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
Changes:
- Fixed commit message being empty when not specifically set in configuration.
gulp-deploy-git v0.5.1
Changes:
- Fixed deploys on Linux by listening for the
close
event on processes instead ofexit
.
gulp-deploy-git v0.5.0
Changes:
- Renamed
debug
option toverbose
. - Added a new
debug
option.
gulp-deploy-git v0.4.7
Changes:
- Fixed branch name missing the first character
gulp-deploy-git v0.4.6
Changes:
- Fixed branch name extraction when GIT_BRANCH was set.
gulp-deploy-git v0.4.5
Changes:
- Cleaned up error reporting.
gulp-deploy-git v0.4.4
Changes:
- Improved detection of ref name vs branch name for determining current branch.
gulp-deploy-git v0.4.3
Changes:
- Fixed error being thrown when there are no changes.
gulp-deploy-git v0.4.2
Changes:
- Extract branch name if ref is provided in GIT_BRANCH environment variable.
- Improved handling of non-deploy branches and no changes.