conventional-changelog/standard-version

Standard-version doesn't generate changelog correctly.

stevenKirill opened this issue · 2 comments

I try to generate changelog and I want to see only new commits in my new release, but instead I got all commits even from previous release, How can I tell the library to paste only new commits in my new release only after last tag ? Please help me

1.2.0 (2023-08-16)

Features

feat: created first component =>> don't need to paste it here
feat: created second component => only leave this as a new release in 1.20

Bug Fixes =>> don't need to paste it here

  • fix: fixed bug => don't need to paste it here

1.1.0 (2023-08-03)

Features

feat: created first component

Bug Fixes

  • fix: fixed bug

Hello @stevenKirill, can you see if this answer can help you, please?