Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(README): update current version in badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Oct 9, 2014
1 parent 8e436a8 commit 1fd537b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon [Docker](http://docker.io/) and [CoreOS](http://coreos.com) to provide a lightweight PaaS with a [Heroku-inspired](http://heroku.com) workflow.

[![Current Release](http://img.shields.io/badge/release-v0.12.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.12.0)
[![Current Release](http://img.shields.io/badge/release-v0.13.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.13.0)

![Deis Graphic](https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png)

Deis is pre-release software. The current release is [v0.12.0](https://github.com/deis/deis/tree/v0.12.0). Until there is a stable release, we recommend you check out the latest ["master" branch](https://github.com/deis/deis) code and refer to the [latest documentation](http://docs.deis.io/en/latest/). Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.
Deis is pre-release software. The current release is [v0.13.0](https://github.com/deis/deis/tree/v0.13.0). Until there is a stable release, we recommend you check out the latest ["master" branch](https://github.com/deis/deis) code and refer to the [latest documentation](http://docs.deis.io/en/latest/). Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.

# Deploying Deis

Expand Down
4 changes: 4 additions & 0 deletions contrib/bumpver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ $ ./contrib/bumpver/bumpver -f 0.13.0-dev 0.13.3 \
client/setup.py \
deisctl/deis-version \
deisctl/deisctl.go \
deisctl/README.md \
controller/deis/__init__.py \
README.md \
tests/bin/test-latest.sh
$ # update from the first semver string found
$ # this type of command should now be enough to bump everything
Expand All @@ -44,8 +46,10 @@ $ ./contrib/bumpver/bumpver 0.14.0 \
client/setup.py \
deisctl/deis-version \
deisctl/deisctl.go \
deisctl/README.md \
contrib/coreos/user-data \
controller/deis/__init__.py \
README.md \
tests/bin/test-latest.sh
```

Expand Down
2 changes: 1 addition & 1 deletion deisctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using a specific Deis release (not latest), you'll want to use the deisctl built

Builds are hosted on an S3 bucket at this URL format: `https://s3-us-west-2.amazonaws.com/opdemand/deisctl-<VERSION>-<darwin|linux>-amd64.run`

The deisctl release for Deis version 0.12 can be downloaded here: [Mac OS X](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-darwin-amd64.run) | [Linux](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-linux-amd64.run)
The deisctl release for Deis version 0.13 can be downloaded here: [Mac OS X](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.13.0-darwin-amd64.run) | [Linux](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.13.0-linux-amd64.run)

### Building from source

Expand Down
2 changes: 2 additions & 0 deletions docs/contributing/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ deis repo
client/setup.py \
deisctl/deis-version \
deisctl/deisctl.go \
deisctl/README.md \
contrib/coreos/user-data \
controller/deis/__init__.py \
README.md \
tests/bin/test-latest.sh
- Commit and push the deis/deis release and tag
Expand Down

0 comments on commit 1fd537b

Please sign in to comment.