Skip to content

Commit

Permalink
fix(semantic-release): replace script by commands
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Sep 25, 2018
1 parent 500148c commit 65080a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 9 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@
"@semantic-release/github",
{
"path": "@semantic-release/exec",
"cmd": "./rebase-dev.sh",
"shell": "sh"
"cmd": "git checkout dev"
},
{
"path": "@semantic-release/exec",
"cmd": "git rebase --onto master"
},
{
"path": "@semantic-release/exec",
"cmd": "git push origin dev"
}
],
"fail": ["@semantic-release/github"],
Expand Down
4 changes: 0 additions & 4 deletions rebase-dev.sh

This file was deleted.

0 comments on commit 65080a5

Please sign in to comment.