Skip to content

Commit 2ff4440

Browse files
committed
fix: fixes constants path for release please config
Signed-off-by: Vincent Biret <[email protected]>
1 parent 9fa773a commit 2ff4440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"changelog-path": "CHANGELOG.md",
1616
"extra-files": [
1717
"pyproject.toml",
18-
"msgraph-core/_constants.py"
18+
"src/msgraph_core/_constants.py"
1919
]
2020
}
2121
},

0 commit comments

Comments
 (0)