Explorar el Código

testing release-to-github pipeline

Yuki Takei hace 9 años
padre
commit
3e4030ed4c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      wercker.yml

+ 2 - 0
wercker.yml

@@ -96,6 +96,8 @@ release-to-github: # would be run on release branch
     - script:
       name: bump version
       code: |
+        git config --global user.name "wercker"
+        git config --global user.email "info@weseek.co.jp"
         npm version patch
         RELEASE_VERSION=`npm run version --silent`