Skip to content

Commit ab7bb64

Browse files
committed
chore: correct jsonpath on release-please config
1 parent 7c6dd83 commit ab7bb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
{
1616
"type": "toml",
1717
"path": "pyproject.toml",
18-
"field": "tool.poetry.version"
18+
"jsonpath": "$.tool.poetry.version"
1919
},
2020
{
2121
"type": "toml",
2222
"path": "pyproject.toml",
23-
"field": "project.version"
23+
"jsonpath": "$.project.version"
2424
},
2525
{
2626
"type": "generic",

0 commit comments

Comments
 (0)