You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Consistent commit selection in branching histories
6
+
7
+
PR #574 fixes issue #505 from @BatmanAoD.
8
+
9
+
Previous versions of Knope did not handle branching histories correctly. In some cases, this could result in commits from previous stable releases being included in a new release. It could _also_ result in missing some commits that _should_ have been included. This has been fixed—Knope should provide you the same commit list that `git rev-list {previous_stable_tag}..HEAD` would.
#### Ignore unreachable tags when determining version
6
+
7
+
PR #574 fixes issue #505 from @BatmanAoD.
8
+
9
+
Previously, the latests tags were always used to determine the current version, **even if those tags were not reachable from `HEAD`**. Now, only reachable tags will be considered. Use the `--verbose` flag to see tags which are being ignored.
0 commit comments