Browse code

fix minor typo in RELEASE.md

Joseph Weston authored on 18/10/2019 12:49:29
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@ These instructions can also be used as a starting point for packages that use mi
15 15
 2. Create a *signed*, *annotated* release tag: `git tag -as vX.Y.Z -m 'version X.Y.Z'`
16 16
 3. Create source and binary distributions: `python setup.py sdist bdist_wheel`
17 17
 4. Create an empty commit to start development towards the next release: `git commit --allow-empty -m 'start development towards A.B.C'`
18
-5. Create a *signed*, *annotated* pre-release tag: `git tag -as vA.B.C-dev -m 'work towards A.B.C'
18
+5. Create a *signed*, *annotated* pre-release tag: `git tag -as vA.B.C-dev -m 'work towards A.B.C'`
19 19
 
20 20
 ## Publish the release
21 21
 1. Push the new version and development tags: `git push upstream vX.Y.Z vA.B.C-dev`