1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Changelog notes for #717 related to 6e9863cdc

This commit is contained in:
Lee Hambley 2013-11-13 09:12:04 +01:00
parent 6e9863cdc4
commit 5e1dba2a23

View file

@ -4,6 +4,9 @@ Reverse Chronological Order:
## `3.1.0` (not released)
* Tasks `deploy:linked_dirs`, `deploy:make_linked_dirs`, `deploy:linked_files`, `deploy:cleanup_rollback`,
`deploy:log_revision` and `deploy:revert_release` now use `release_roles()` not `roles()` meaning that they
will only run on servers where the `no_release` property is not falsy. (@leehambley)
* `deploy:restart` task is no longer run by default.
From this version, developers who restart the app on each deploy need to declare it in their deploy flow (@kirs)
* Fixed bug when `deploy:cleanup` was executed twice by default (@kirs)