File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,10 +30,9 @@ Patch Release
3030
3131 $ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
3232 README.md \
33- builder/image/Dockerfile \
34- builder/image/slugbuilder/Dockerfile \
35- builder/image/slugrunner/Dockerfile \
36- cache/Dockerfile \
33+ builder/rootfs/Dockerfile \
34+ builder/rootfs/usr/local/src/slugbuilder/Dockerfile \
35+ builder/rootfs/usr/local/src/slugrunner/Dockerfile \
3736 cache/image/Dockerfile \
3837 client/deis.py \
3938 client/setup.py \
@@ -55,13 +54,12 @@ Patch Release
5554 registry/Dockerfile \
5655 router/image/Dockerfile \
5756 store/base/Dockerfile \
57+ swarm/image/Dockerfile \
5858 version/version.go
5959
60- - Update the CHANGELOG to include all commits since the last release
61-
62- - ``./contrib/util/generate-changelog.sh vA.B.C | cat - CHANGELOG.md > tmp && mv tmp CHANGELOG.md ``
63- - change ``HEAD `` at the top to ``vA.B.D `` (the new release)
64- - remove any empty sections and proofread for consistency
60+ - Update the CHANGELOG to include all commits since the last release. Since
61+ ``contrib/util/generate-changelog.sh `` only works for merges, you'll have
62+ to manually add the changes to the CHANGELOG.
6563
6664- ``git grep A.B.C `` to ensure that no old version strings were missed
6765
You can’t perform that action at this time.
0 commit comments