From 257970500d205a8a6f6d2c3b47c9b72d4604d369 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Wed, 2 Sep 2015 12:03:39 -0400 Subject: [PATCH] Push a specific tag in release notes. In order to ensure that non-related tags do not get pushed to upstream, I altered the command to push the tag. --- docs/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index 0f1f4f71..46a56a80 100644 --- a/docs/release.md +++ b/docs/release.md @@ -55,5 +55,5 @@ Create a release tag and push it to the BitPay Github repo: ```bash git tag -git push upstream --tags +git push upstream ```