Skip to content

Commit 7cbab41

Browse files
authored
Two fixes: (saleor#9296)
* We don't rely on composer.json to determine previous version (and in new release-it it deesn't gracefully fallback to CLI prompt) * Version change in package.json is handled bym npm itself (and leaving it for bumper is causing npm to fail with: ERR Version not changed)
1 parent 3f96a9c commit 7cbab41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.release-it.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
},
1010
"plugins": {
1111
"@release-it/bumper": {
12-
"in": "composer.json",
1312
"out": [
14-
"package.json",
1513
{
1614
"file": "pyproject.toml",
1715
"path": "tool.poetry.version"

0 commit comments

Comments
 (0)