marcocesarato / php-conventional-changelog

A PHP tool built to generate a changelog from a project's commit messages and metadata following the conventionalcommits.org and automate versioning with semver.org.
GNU General Public License v3.0
228 stars 32 forks source link

Feature Request: Limit commits/tag of current branch #28

Closed mottihoresh closed 2 years ago

mottihoresh commented 2 years ago

We have a repo that has 2 active branches, one for the current version and one for a soon to be deprecated version.

We've noticed that while running the command with the history flag, it generates the change log but include all the commits between the date range without checking if the commits were made / part of the active branch.

Is there an option to limit the list of commits or tags to the current branch?

mottihoresh commented 2 years ago

PR for the change: https://github.com/marcocesarato/php-conventional-changelog/pull/32

brunob commented 2 years ago

This issue should be closed :)