Describe the bug
A commit made in a separate branch on a date previous to the release tag is included in the tagged section instead of the Unreleased section. The merge happens after the initial tag of the release and the commit still ends up in the released section with the latest tag, instead of the Unreleased section.
To reproduce
- Day 05/25/23 -> Branch
feature/my-feature commit xyz
- Day 05/29/23 -> Branch
release/14.0 commit abc tagged 14.0.0
- Day 05/30/23 -> Merge branch
feature/my-feature into release/14.0
Expected behavior
Unreleased
14.0.0
Observed behavior
14.0.0
Additional context
Thank you in advance for the support, I will remain available for any other clarification or detail.