Merge pull request #93 from dangen-effy/patch-1

Wrong command to push tags - thanks @dangen-effy
This commit is contained in:
Daniel Kummer 2018-10-03 15:22:38 +02:00 committed by GitHub
commit 205d99ec92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,7 @@
<blockquote>
git flow release finish RELEASE
</blockquote>
<p>Don't forget to push your tags with <code>git push --tags</code></p>
<p>Don't forget to push your tags with <code>git push origin --tags</code></p>
</div>
<div class="col-2">