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
At present, a search for the closest tag follows all commits (see #22). This means when merging release back down to master you'll bring along the latest release tag, which is usually not what you want.
By default we should use a --first-parent strategy and ignore tags from merged branches. It should be possible to disable this (e.g. firstParent = false).
The text was updated successfully, but these errors were encountered:
At present, a search for the closest tag follows all commits (see #22). This means when merging release back down to master you'll bring along the latest release tag, which is usually not what you want.
By default we should use a
--first-parent
strategy and ignore tags from merged branches. It should be possible to disable this (e.g.firstParent = false
).The text was updated successfully, but these errors were encountered: