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

Generate changelog for commit range #70

Open felixvd opened 1 year ago

felixvd commented 1 year ago

There was a recurring request for standard-version to support generating a change log from a range of commits: https://github.com/conventional-changelog/standard-version/issues/205

The underlying conventional-changelog supports this with the gitRawCommits option, but that option is not exposed.

Are there any concerns with adding the options to commit-and-tag-version as suggested here?

TimothyJones commented 1 year ago

It could be added, although it sounds like this might be the exact same usecase as release-count, which tells commit-and-tag-version to generate more than one release in the changelog (including all of them, if you set it to 0).