Change release docs for easier copy pasting

This commit is contained in:
Jia Hao 2016-03-14 12:43:44 +08:00
parent d1e3d30935
commit ffbe3fe93a
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ git changelog docs/changelog.md --tag <next version>
subl docs/changelog.md
git add docs/changelog.md
git commit -m "Update changelog for `v <next version>`"
git commit -m "Update changelog for \`v<next version>\`"
npm version <next version>
@ -35,4 +35,5 @@ git push --follow-tags
# Return to development
git checkout development
```