absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
385 stars 36 forks source link

Support generating changelog section for Unreleased commits #85

Open mholttech opened 1 year ago

mholttech commented 1 year ago

Found this repo today after spending the weekend looking at standard-version and longing for parserOpts & writerOpts capabilities. There's one more capability i'm looking for that I can't seem to find so far.

conventional-changelog-core supports a configuration option to output unreleased commits to to the changelog. I would love to see this ability added.

See: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#outputunreleased

TimothyJones commented 1 year ago

Seems like a reasonable addition to me, and it would be inline with the fork rationale.

If you (or anyone reading this) has the time to make the change, I'd happily accept any PRs that added this.