Skip to content

Commit

Permalink
fix: Fix release and deploy to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Jan 3, 2019
1 parent d1cf001 commit cbde028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}],
["@semantic-release/git", {
"assets": "src/pipupgrade/VERSION",
"message": "chore(release): Bumped to Version ${nextRelease.version} \n\n{nextRelease.notes}"
"message": "chore(release): Bumped to Version ${nextRelease.version}\n\n{nextRelease.notes}"
}],
"@semantic-release/github"
]
Expand Down

0 comments on commit cbde028

Please sign in to comment.