@@ -15,7 +15,13 @@ e.g. `v1.0.2`
1515* ** Release Candidate** : not ready for public use, still testing. must have a
1616` -rc* ` suffix. e.g. ` v1.0.2-rc ` or ` v1.0.2-rc.4 `
1717
18- 1 . ** Commit all changes.**
18+ 1 . ** Update smallstep/certificates.**
19+
20+ ```
21+ $ dep ensure -update github.com/smallstep/certificates
22+ ```
23+
24+ 2. **Commit all changes.**
1925
2026 Make sure that the local checkout is up to date with the remote origin and
2127 that all local changes have been pushed.
@@ -25,7 +31,7 @@ e.g. `v1.0.2`
2531 git push
2632 ```
2733
28- 2 . **Tag it!**
34+ 3 . **Tag it!**
2935
3036 1. **Find the most recent tag.**
3137
@@ -37,7 +43,7 @@ e.g. `v1.0.2`
3743 The new tag needs to be the logical successor of the most recent existing tag.
3844 See [versioning](#versioning) section for more information on version numbers.
3945
40- 2. **Select the next tag (but don't actually tag anything yet!!) .**
46+ 2. **Select the type and value of the next tag .**
4147
4248 Is the new release a *release candidate* or a *standard release*?
4349
@@ -72,7 +78,7 @@ e.g. `v1.0.2`
7278 git push origin tag v1.0.3-rc.1 # release candidate
7379 ```
7480
75- 3 . **Check the build status at [Travis-CI](https://travis-ci.com/smallstep/cli/builds/).**
81+ 4 . **Check the build status at [Travis-CI](https://travis-ci.com/smallstep/cli/builds/).**
7682
7783 Travis will begin by verifying that there are no compilation or linting errors
7884 and then run the unit tests. Assuming all the checks have passed, Travis will
@@ -85,13 +91,13 @@ e.g. `v1.0.2`
8591 * **step_1.0.3_linux_amd64.tar.gz**: tarball containing a statically compiled linux binary.
8692 * **step_1.0.3_darwin_amd64.tar.gz**: tarball containing a statically compiled darwin binary.
8793
88- 4 . **Update the Homebrew formula.**
94+ 5 . **Update the Homebrew formula.**
8995
9096 **NOTE**: this only needs to be done for standard releases.
9197
9298 Follow the steps [here](https://github.com/smallstep/homebrew-smallstep#how-to-update-the-formula).
9399
94- 5 . **[Update the documentation at smallstep.com/docs](#https://github.com/smallstep/website#cli-documentation)**
100+ 6 . **[Update the documentation at smallstep.com/docs](#https://github.com/smallstep/website#cli-documentation)**
95101
96102 **NOTE**: this only needs to be done for standard releases.
97103
0 commit comments