Skip to content

Commit

Permalink
Update MAINTAIN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez authored May 16, 2019
1 parent bf74ed1 commit 2f0cfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MAINTAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ grunt dist
git commit -a -m "Update dist files"
git tag -a "<new-version>"

# Push new dist files to remote repository.
git push origin
# Push new dist files and tags to remote repository.
git push origin --tags
```

### 3. Release new version
Expand Down

0 comments on commit 2f0cfba

Please sign in to comment.