Skip to content

Commit

Permalink
fix git user email
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Sep 17, 2017
1 parent 7bbbec3 commit 80179bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install --quiet
npm run build
npm run test-all
[[ `git status --porcelain` ]] || exit 0
git config user.email "kevin+electronbot@github.com"
git config user.email "electron@github.com"
git config user.name "Electron Bot"
git add .
git commit -am "update apps" --author "Electron Bot <electron@github.com>"
Expand Down

0 comments on commit 80179bc

Please sign in to comment.