Skip to content

Commit

Permalink
Don't bother annotating tags + deobfuscate instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jun 23, 2017
1 parent dfc785e commit 081e686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -50,7 +50,8 @@ export GITHUB_TOKEN=...
Commit changes and tag `HEAD`:

``` sh
git tag -a v0.1.1 && git push origin --tags
git tag v0.1.1
git push origin --tags
```

Then run goreleaser and you're done! Check [releases].
Expand Down

0 comments on commit 081e686

Please sign in to comment.