You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit are still not sorted topologically when dealing with multiple branches workflows such as Git-flow.
Unreleased commits are included in Changelog versions becauses they are earlier than the release
All 3 commits from Manuel Odelain must be included in unreleased section, not in 1.2.11 version
Actual output:
# Changelog
All notable changes to project will be documented in this file.
## 1.2.11- 2024-03-28
### Bug Fixes
- **(VTopBar)** Fixed grid layout for more space for main menu - (cdcda2f) - Ambroise Maupate
### Styling
- **(form)** fix input / select disabled state - (0648046) - Manuel Odelain
- **(reservation)** fix placeholder text indent - (cbb5c15) - Manuel Odelain
- **(select)** fix border regression - (ff9a1aa) - Manuel Odelain
- Improved rental email layout for Mobile - (34fafd7) - Ambroise Maupate
## 1.2.10 - 2024-03-28
### Bug Fixes
- Force email images to have white background when they are transparent - Ambroise Maupate
Theses commits were not in 1.2.11 hotfix ! And should be in unreleased section or in next 1.2.12 release
- **(form)** fix input / select disabled state - (0648046) - Manuel Odelain
- **(reservation)** fix placeholder text indent - (cbb5c15) - Manuel Odelain
- **(select)** fix border regression - (ff9a1aa) - Manuel Odelain
Expected output:
# Changelog
All notable changes to project will be documented in this file.
## Unreleased
### Styling
- **(form)** fix input / select disabled state - (0648046) - Manuel Odelain
- **(reservation)** fix placeholder text indent - (cbb5c15) - Manuel Odelain
- **(select)** fix border regression - (ff9a1aa) - Manuel Odelain
## 1.2.11- 2024-03-28
### Bug Fixes
- **(VTopBar)** Fixed grid layout for more space for main menu - (cdcda2f) - Ambroise Maupate
### Styling
- Improved rental email layout for Mobile - (34fafd7) - Ambroise Maupate
## 1.2.10 - 2024-03-28
### Bug Fixes
- Force email images to have white background when they are transparent - Ambroise Maupate
Screenshots / Logs
Software information
Operating system: MacOS / Ubuntu
Project version: 2.1.2
Additional context
No response
The text was updated successfully, but these errors were encountered:
If I ask git-cliff to only output the current release it works:
git cliff --current
# Changelog
All notable changes to project will be documented in this file.
## Unreleased
### Styling
- **(form)** fix input / select disabled state - (0648046) - Manuel Odelain
- **(reservation)** fix placeholder text indent - (cbb5c15) - Manuel Odelain
- **(select)** fix border regression - (ff9a1aa) - Manuel Odelain
Is there an existing issue for this?
Description of the bug
Commit are still not sorted topologically when dealing with multiple branches workflows such as Git-flow.
Unreleased commits are included in Changelog versions becauses they are earlier than the release
PR: #415
Issues #38 and #188
Steps To Reproduce
Initialize a repository with Git Flow:
main
branchdevelop
branchUse
Expected behavior
All 3 commits from
Manuel Odelain
must be included in unreleased section, not in 1.2.11 versionActual output:
Theses commits were not in 1.2.11 hotfix ! And should be in unreleased section or in next 1.2.12 release
Expected output:
Screenshots / Logs
Software information
Additional context
No response
The text was updated successfully, but these errors were encountered: