From 348cf9b4e6aa3fc6181e108c2ef4a50adbb2c9e9 Mon Sep 17 00:00:00 2001 From: max furman Date: Fri, 10 Apr 2020 09:22:06 -0700 Subject: [PATCH] Small helm-chart distribuion update --- distribution.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distribution.md b/distribution.md index f0b58423..6438573d 100644 --- a/distribution.md +++ b/distribution.md @@ -150,9 +150,10 @@ e.g. `v1.0.2`

     $ git checkout gh-pages
+    $ git pull origin/gh-pages
     $ git add "step-certificates-.tgz"
     $ helm repo index --merge index.yaml --url https://smallstep.github.io/helm-charts/ .
-    $ git commit -a -m "Add package for step-certificates "
+    $ git commit -a -m "Add package for step-certificates vX.Y.Z"
     $ git push origin gh-pages