Compare commits
No commits in common. "c3bb590415c41664c2f425829f6ab1656c3cdcee" and "952069a865ca6f2caa62afdaa084bffa8840a9c5" have entirely different histories.
c3bb590415
...
952069a865
2 changed files with 1 additions and 8 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
## 5.0.0 (2024-11-01)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- add changelog_merge_prerelease to commitizen
|
|
||||||
|
|
||||||
## 5.0.0rc0 (2024-11-01)
|
## 5.0.0rc0 (2024-11-01)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "tiramisu"
|
name = "tiramisu"
|
||||||
version = "5.0.0"
|
version = "5.0.0rc0"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "an options controller tool"
|
description = "an options controller tool"
|
||||||
|
|
@ -33,4 +33,3 @@ 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