Skip to content

Commit c9befcd

Browse files
committed
chore: more testing
1 parent 18a2b3a commit c9befcd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.release-it.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@
1818
"infile": "CHANGELOG.md"
1919
},
2020
"@release-it/bumper": {
21-
"in": "pyproject.toml",
22-
"out": "pyproject.toml"
21+
"in": {
22+
"file": "pyproject.toml",
23+
"path": "project.version"
24+
},
25+
"out": {
26+
"file": "pyproject.toml",
27+
"path": "project.version"
28+
}
2329
}
2430
}
2531
}

0 commit comments

Comments
 (0)