Skip to content

Commit

Permalink
fix(roc-plugin-repo): Fix a problem when creating commits in release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Sep 7, 2017
1 parent 37a86ad commit 480601b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/roc-plugin-repo/src/commands/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export default projects => ({
: ''}: ${status[project.name].newVersion}"`,
{
cwd: project.path,
preferLocal: false,
env: {
GIT_COMMITTER_NAME: gitName,
GIT_COMMITTER_EMAIL: gitEmail,
Expand Down

0 comments on commit 480601b

Please sign in to comment.