mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-05-06 05:46:06 +02:00
Configure bumpver for basic versioning
This commit is contained in:
@@ -12,3 +12,18 @@ dependencies = [
|
|||||||
dev = [
|
dev = [
|
||||||
"bumpver>=2025.1131",
|
"bumpver>=2025.1131",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[bumpver]
|
||||||
|
current_version = "0.1.0"
|
||||||
|
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
|
||||||
|
commit = true
|
||||||
|
tag = true
|
||||||
|
push = false
|
||||||
|
|
||||||
|
[bumpver.file_patterns]
|
||||||
|
"pyproject.toml" = [
|
||||||
|
'version = "{version}"',
|
||||||
|
]
|
||||||
|
"sdkconfig" = [
|
||||||
|
'CONFIG_GENERAL_VERSION="{version}"',
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user