Skip to content

Commit

Permalink
fix: Update configuration
Browse files Browse the repository at this point in the history
(cherry picked from commit bbb9c4a)
  • Loading branch information
Romakita committed Aug 24, 2018
1 parent 927e65a commit 21d674e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gflowrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"production": "master",
"production": "production",
"develop": "master",
"charBranchNameSeparator": "_",
"remote": "origin",
Expand Down
3 changes: 1 addition & 2 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
branch: 'master',
branch: 'production',
prepare: ['@semantic-release/npm', './src/command/release.js'],
success: ['@semantic-release/github', './src/command/release.js'], // ,
fail: ['@semantic-release/github'],
npmPublish: false
};

0 comments on commit 21d674e

Please sign in to comment.