Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
refactor(scripts): add missing header in release-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jun 29, 2017
1 parent 2ab1e11 commit ed75c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release-tags.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

git fetch --all

git tag "v$npm_package_version-dist" origin/dist
Expand Down

0 comments on commit ed75c99

Please sign in to comment.