Skip to content

Commit

Permalink
Remind releaser to pull tags before trying to create a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Apr 10, 2018
1 parent 65ff199 commit df0bd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export GITHUB_TOKEN=...
Commit changes and tag `HEAD`:

``` sh
git pull origin --tags
git tag v0.1.1
git push origin --tags
```
Expand Down

0 comments on commit df0bd98

Please sign in to comment.