Skip to content

Commit

Permalink
Changes: changes for v6.01
Browse files Browse the repository at this point in the history
  • Loading branch information
avar committed Dec 19, 2012
1 parent efb84a6 commit 64709df
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,26 @@ Revision history for git-deploy

{{$NEXT}}

- Add a post-start hook phase where we can print out custom
messages or end the start phase (e.g. if rollouts are blocked).

- Pass GIT_DEPLOY_ACTION to hooks so hooks can see what action
started something.

- Removed Booking.com specific Git::Deploy::Hook::* code.

- Add where to get the source to the POD and be explicit about
what license git-deploy is under.

- Fixed an issue where we'd die when trying to print out an error
on invalid refs.

- Add facility to emit custom error messages on sync hook failure
by setting deploy.message-on-sync-hook-fail-whale in the config.

- Skip tests (instead of failing) on platforms that don't have Git
installed.

6.00 2012-09-01 18:46:48 UTC

- Initial CPAN version

0 comments on commit 64709df

Please sign in to comment.