Unclaimed project
Are you a maintainer of capistrano? Claim this project to take control of your public changelog and roadmap.
Changelog
A deployment automation tool built on Ruby, Rake, and SSH.
For Git-based deployments, Capistrano now creates a REVISION_TIME file (in addition to a REVISION file) in each release. See #2155 for more details. To opt out of this behavior, clear the following Rake task in your config/deploy.rb:
Rake::Task["git:set_current_revision_time"].clear_actions
REVISION_TIME with git commit timestamp upon deploy (#2155) @G-RathFull Changelog: https://github.com/capistrano/capistrano/compare/v3.18.1...v3.19.0