Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 953 Bytes

future release

1.1.2 (Sep 1 2014)

  • rails_env is set before deploy (capistrano#66)
  • with conditionally_migrate option enabled you can skip db:migrate if there were no new migrations (capistrano#71)
  • Allow early overriding of assets_* parameters (capistrano#73)

1.1.1

  • New asset_roles options: capistrano#30
  • normalized task spelling: 'deploy:normalise_assets' is now 'deploy:normalize_assets'
  • depend on capistrano 3.1 to support multiple role arguments

1.1.0

  • set rails_env even if capistrano-rails was required partly
  • depend on capistrano-bundler
  • require bundler with capistrano-rails/all

1.0.0

Initial release