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:
commit
4c3f09524e
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
|||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue