Skip to content

Commit 2efcf74

Browse files
author
Matthew Fisher
committed
fix(bumpver): reference files which need bumping
One file was missing which needed to be bumped: ``` docs/installing_deis/install-platform.rst ```
1 parent 2268836 commit 2efcf74

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

contrib/bumpver/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ $ ./contrib/bumpver/bumpver 0.14.0 \
5252
```
5353

5454
Of course, you should **always** check the changes with `git diff` before committing
55-
anything to version control.
55+
anything to version control. You can also check the
56+
[Release Checklist](http://docs.deis.io/en/latest/contributing/releases/) for the
57+
most up-to-date list of files to bump.
5658

5759
Please add any issues you find with this software to the
5860
[Deis project](https://github.com/deis/deis/issues).

docs/contributing/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ deis repo
3636
deisctl/deisctl.go \
3737
docs/contributing/test_plan.rst \
3838
docs/installing_deis/install-deisctl.rst \
39+
docs/installing_deis/install-platform.rst \
3940
docs/managing_deis/upgrading-deis.rst
4041
4142
- Edit deisctl/cmd/cmd.go and change the default in the RefreshUnits usage string

0 commit comments

Comments
 (0)