fix: add changelog_merge_prerelease to commitizen
This commit is contained in:
parent
406f2121db
commit
3986026f3b
1 changed files with 7 additions and 7 deletions
|
@ -5,11 +5,9 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
[project]
|
[project]
|
||||||
name = "rougail"
|
name = "rougail"
|
||||||
version = "1.1.0rc0"
|
version = "1.1.0rc0"
|
||||||
authors = [
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
|
|
||||||
]
|
|
||||||
description = "A consistency handling system that was initially designed in the configuration management"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
description = "A consistency handling system that was initially designed in the configuration management"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
|
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
|
||||||
|
@ -32,9 +30,6 @@ dependencies = [
|
||||||
"tiramisu ~= 5.0.0"
|
"tiramisu ~= 5.0.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
|
||||||
Home = "https://forge.cloud.silique.fr/stove/rougail"
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"pylint ~= 3.0.3",
|
"pylint ~= 3.0.3",
|
||||||
|
@ -42,9 +37,14 @@ dev = [
|
||||||
"lxml ~= 5.2.2"
|
"lxml ~= 5.2.2"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Home = "https://forge.cloud.silique.fr/stove/rougail"
|
||||||
|
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "pep440"
|
version_scheme = "pep440"
|
||||||
version_provider = "pep621"
|
version_provider = "pep621"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
|
changelog_merge_prerelease = true
|
||||||
|
|
Loading…
Reference in a new issue