Description
Hello!
Sorry for opening an issue, looks like there isn't a "discussion" tab here...
I've a problem and probably is due to my lack of knowledge.
I'm maintaining a project (which is at v2.10.4) and also working on a v3.0.0 in the meantime.
As you can imagine some of my commits in the v3 branch have been made before the release of the latest patches and minors (>2.9.x).
For example, I made a commit for v3 (in local) and also pushed the v2.10.2 (remote).
All my commits follow the conventional commits:
fix: bla bla
feat: bla bla
The problem is when I generate my changelog for version v3 (for beta testing purposes) I get some of my commits in the older versions.
For example, in the Changelog.MD lot of commits gets added to version 2.10.2 which has been just released and doesn't contain them.
2.10.2 (2021-11-06)
Fix
- OK
- OK
- SHOULD NOT BE THERE (v3 related)
- SHOULD NOT BE THERE (v3 related)
- OK
- SHOULD NOT BE THERE (v3 related)
Did I do something wrong when I made commits?
Can something be done to have all not released commits in my last beta version instead of having them split in all older versions?
Thank you for your help!