diff --git a/updating.md b/updating.md index d4366b2..fd516bc 100644 --- a/updating.md +++ b/updating.md @@ -9,6 +9,8 @@ Put new version into: Summarize changes in: * CHANGELOG.md -Then when everything is merged and passes the tests, tag the release +Then when everything is merged and passes the tests, tag the release: +``` git tag -a 2.34 -m "version 2.34" -git push origin --tags \ No newline at end of file +git push origin --tags +```