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

Merge pull request #1853 from capistrano/six-week-cadence

Explain the six-week release cadence
This commit is contained in:
Matt Brictson 2017-02-20 16:36:43 -08:00 committed by GitHub
commit 4c3f09524e

View file

@ -1,6 +1,12 @@
# Capistrano 3.x Changelog # Capistrano 3.x Changelog
Reverse Chronological Order: All notable changes to this project will be documented in this file, in reverse chronological order. This project adheres to [Semantic Versioning](http://semver.org).
**Capistrano uses a six-week release cadence.** Every six weeks, give or take, any changes in master will be published as a new rubygems version. If you'd like to use a feature or fix that is in master and you can't wait for the next planned release, put this in your project's Gemfile to use the master branch directly:
```ruby
gem "capistrano", :github => "capistrano/capistrano"
```
## master ## master