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

A bit more structure to 3.1 release CHANGELOG

* Highlight breaking changes
* Mention @Kriechi 's help
This commit is contained in:
Kir Shatrov 2014-01-03 10:54:27 +01:00
parent 9dbea5ef94
commit e864a0b4eb

View file

@ -4,9 +4,14 @@ Reverse Chronological Order:
## `3.1.0`
* `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).
eg `after 'deploy:publishing', 'deploy:restart'`
Breaking changes:
* `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 (eg `after 'deploy:publishing', 'deploy:restart'`).
Please, check https://github.com/capistrano/capistrano/commit/4e6523e1f50707499cf75eb53dce37a89528a9b0 for more information. (@kirs)
* Minor changes
* Tasks that used `linked_dirs` and `linked_files` now run on all roles, not just app roles (@mikespokefire)
* 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
@ -28,6 +33,8 @@ Reverse Chronological Order:
* Add a command line option to control role filter (`--roles`) (@andytinycat)
* Use an SCM object with a pluggable strategy (@coffeeaddict)
Big thanks to @Kriechi for his help.
## `3.0.1`
* `capify` not listed as executable (@leehambley)