From 1bb25b517115cebfb8ce9e5ecb48fc7bbea055ec Mon Sep 17 00:00:00 2001 From: max furman Date: Tue, 26 Mar 2019 15:06:38 -0700 Subject: [PATCH] update cli dep | update release docs --- Gopkg.lock | 2 +- docs/distribution.md | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index fe792268..1794437e 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -298,7 +298,7 @@ "utils", ] pruneopts = "UT" - revision = "f1bc6bb3b78d3d508d6cbff1a01402035b76a431" + revision = "a2e2d27fd5eff22ba94b1f2bd2fc946f5bb7f041" [[projects]] branch = "master" diff --git a/docs/distribution.md b/docs/distribution.md index c3ae48e5..c5858143 100644 --- a/docs/distribution.md +++ b/docs/distribution.md @@ -15,8 +15,13 @@ e.g. `v1.0.2` * **Release Candidate**: not ready for public use, still testing. must have a `-rc*` suffix. e.g. `v1.0.2-rc` or `v1.0.2-rc.4` +1. **Update the version of step/cli** -1. **Commit all changes.** + ``` + $ dep ensure -update github.com/smallstep/cli + ``` + +2. **Commit all changes.** Make sure that the local checkout is up to date with the remote origin and that all local changes have been pushed. @@ -26,7 +31,7 @@ e.g. `v1.0.2` git push ``` -2. **Tag it!** +3. **Tag it!** 1. **Find the most recent tag.** @@ -38,7 +43,7 @@ e.g. `v1.0.2` The new tag needs to be the logical successor of the most recent existing tag. See [versioning](#versioning) section for more information on version numbers. - 2. **Select the next tag (but don't actually tag anything yet!!).** + 2. **Select the type and value of the next tag.** Is the new release a *release candidate* or a *standard release*? @@ -73,7 +78,7 @@ e.g. `v1.0.2` git push origin tag v1.0.3-rc.1 # release candidate ``` -6. Check the build status at +4. Check the build status at [Travis-CI](https://travis-ci.com/smallstep/certificates/builds/). Travis will begin by verifying that there are no compilation or linting errors