changelog
This commit is contained in:
parent
5486033a11
commit
546542032f
1 changed files with 6 additions and 2 deletions
|
@ -146,11 +146,15 @@ namespace :deploy do
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
$ rake deploy:staging
|
```
|
||||||
$ rake deploy:production
|
$ rake deploy:staging
|
||||||
|
$ rake deploy:production
|
||||||
|
```
|
||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
|
* `v0.3.0`
|
||||||
|
- Ruby 1.9.3+ support only
|
||||||
* `v0.1.0`
|
* `v0.1.0`
|
||||||
- Removed the `--clean` command-line option. This option only applied to
|
- Removed the `--clean` command-line option. This option only applied to
|
||||||
the rsync deploy method. The idea going forward is that command-line
|
the rsync deploy method. The idea going forward is that command-line
|
||||||
|
|
Loading…
Reference in a new issue