Skip to content

Commit 9071079

Browse files
authored
feat: ✨ increase version in datapackage.json file on version update (#109)
# Description When a version update gets triggered, a commit is created with the version updates. So it makes sense to also update the version in the `datapackage.json` file. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent dbf611c commit 9071079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.cz.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version_provider = "uv"
55
version_files = [
66
"pyproject.toml:version",
77
"scripts/properties.py:version"
8+
"datapackage.json:version"
89
]
910
# Don't regenerate the changelog on every update
1011
changelog_incremental = true

0 commit comments

Comments
 (0)