diff --git a/pyproject.toml b/pyproject.toml index 4b34e2d..ee0f3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Fable.Python" -version = "5.0.0-alpha.20.1" +version = "0.0.0" description = "Fable" authors = [{ name = "Dag Brattli", email = "dag@brattli.net" }] requires-python = ">= 3.12, < 4" diff --git a/release-please-config.json b/release-please-config.json index 71d870c..8038f2c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,14 +8,7 @@ "bump-patch-for-minor-pre-major": true, "include-component-in-tag": false, "include-v-in-tag": true, - "changelog-path": "CHANGELOG.md", - "extra-files": [ - { - "type": "toml", - "path": "pyproject.toml", - "jsonpath": "$.project.version" - } - ] + "changelog-path": "CHANGELOG.md" } } }