Skip to content

Commit

Permalink
@saithodev/semantic-release-backmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 authored Sep 16, 2020
1 parent c3f556e commit b5c7df0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,20 @@
"assignees": "dezren39",
"addReleases": "bottom"
}
],
[
"@saithodev/semantic-release-backmerge",
{
"branchName": "dev",
"plugins": [
[
"@semantic-release/exec",
{
"successCmd": "echo 'Version in master is ${nextRelease.version}' > test.txt && git add test.txt"
}
]
]
}
]
],
"publishConfig": {
Expand Down

0 comments on commit b5c7df0

Please sign in to comment.