5-README: RELEASE.md

This commit is contained in:
rkiel
2017-10-01 18:30:54 -04:00
parent 285899f3c5
commit cc6675c94a

View File

@@ -33,6 +33,7 @@ release create version
You must be on the `master` branch. The latest code will be pulled from `master` and a tag created for the last commit. For example, the following command will create a `v1.0.0` tag. You must be on the `master` branch. The latest code will be pulled from `master` and a tag created for the last commit. For example, the following command will create a `v1.0.0` tag.
```bash ```bash
git checkout master
release create 1.0.0 release create 1.0.0
``` ```