Przeglądaj źródła

testing release-to-github pipeline

Yuki Takei 9 lat temu
rodzic
commit
3e4030ed4c
1 zmienionych plików z 2 dodań i 0 usunięć
  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`