Compare commits
2 commits
952069a865
...
c3bb590415
| Author | SHA1 | Date | |
|---|---|---|---|
| c3bb590415 | |||
| 16a7857d0c |
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 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.0rc0"
|
version = "5.0.0"
|
||||||
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,3 +33,4 @@ 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