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