Skip to content

Commit 197f922

Browse files
committed
docs(getting-source-use-tag): get source via tag
Suggest that users cloning the git repository check out a git tag for the most recent release, rather than run master. The most recent release number is included in the list of versions to bump.
1 parent e6a078b commit 197f922

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)