2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 09:39:02 +00:00

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

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
```