Skip to content

Commit

Permalink
fix: Fix Release
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Jan 3, 2019
1 parent 0f08a39 commit 9a9750f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
["@semantic-release/exec", {
"prepareCmd": "echo ${nextRelease.version} > src/pipupgrade/VERSION"
}],
"@semantic-release/git",
["@semantic-release/git", {
"assets": "src/pipupgrade/VERSION"
}],
"@semantic-release/github"
]
}

0 comments on commit 9a9750f

Please sign in to comment.