Skip to content

Commit d1f5019

Browse files
committed
Merge pull request #3637 from djmitche/getting-source-use-tag
Suggest checking out a tag when getting the source
2 parents 368bc99 + 197f922 commit d1f5019

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/_includes/_get-the-source.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ this documentation. Download an archive file from the `releases page`_, or use
66
77
$ git clone https://github.com/deis/deis.git
88
$ cd deis
9+
$ git checkout v1.6.0
10+
11+
Check out the latest Deis release, rather than using the default (master).
912

1013
If you contribute to Deis or build components locally, use ``go get`` instead to
1114
clone the source code into your `$GOPATH`_:

docs/contributing/releases.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Patch Release
4343
database/Dockerfile \
4444
deisctl/cmd/cmd.go \
4545
deisctl/deis-version \
46+
docs/_includes/_get-the-source.rst \
4647
docs/installing_deis/install-deisctl.rst \
4748
docs/installing_deis/install-platform.rst \
4849
docs/managing_deis/upgrading-deis.rst \
@@ -93,6 +94,7 @@ Major or Minor Release
9394
$ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
9495
README.md \
9596
contrib/coreos/user-data.example \
97+
docs/_includes/_get-the-source.rst \
9698
docs/installing_deis/install-deisctl.rst \
9799
docs/installing_deis/install-platform.rst \
98100
docs/managing_deis/upgrading-deis.rst \
@@ -173,6 +175,7 @@ Patch Release
173175
./contrib/bumpver/bumpver -f A.B.C A.B.D \
174176
README.md \
175177
contrib/coreos/user-data.example \
178+
docs/_includes/_get-the-source.rst \
176179
docs/installing_deis/install-deisctl.rst \
177180
docs/installing_deis/install-platform.rst \
178181
docs/managing_deis/upgrading-deis.rst \

0 commit comments

Comments
 (0)