diff --git a/deployment/README.md b/deployment/README.md index 3bb02bb..b424a64 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -178,9 +178,11 @@ to make sure it's sane # Deployment in Git -merge deployed branch to `master` +merge deployed branch to `master`, then... ``` +git checkout master +git pull git tag ${version} -m "" git push --tags origin master ```