Ver código fonte

update wercker.yml

* git reset before bumping version with npm
Yuki Takei 9 anos atrás
pai
commit
efd2fc7fa3
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      wercker.yml

+ 2 - 0
wercker.yml

@@ -102,6 +102,8 @@ release: # would be run on release branch
       name: bump version
       code: |
         sh ./bin/wercker/init-git.sh
+        # git reset
+        git reset --hard
         # npm version to bump version
         npm version patch
         # get version