Skip to content

Commit

Permalink
refactor: update poetry version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Negin-Ulster committed Sep 23, 2022
1 parent e18fab0 commit 07a1490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
},
],
["@semantic-release/exec", {
prepareCmd: "poetry version -n ${nextRelease.version}",
publishCmd: "poetry run invoke release --no-dry-run --version ${nextRelease.version}"
}],
["@semantic-release/git", { assets: ["CHANGELOG.md", "pyproject.toml"] }],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = 'syrupy'
license = 'Apache-2.0'
version = '3.0.0'
version = "3.0.1"
description = 'PyTest Snapshot Test Utility'
authors = ['Top Hat Open Source <opensource@tophat.com>']
readme = 'README.md'
Expand Down

0 comments on commit 07a1490

Please sign in to comment.