Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use --first-parent strategy #75

Open
gladed opened this issue Jan 20, 2020 · 0 comments
Open

Use --first-parent strategy #75

gladed opened this issue Jan 20, 2020 · 0 comments
Milestone

Comments

@gladed
Copy link
Collaborator

gladed commented Jan 20, 2020

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).

@gladed gladed added this to the 1.0 milestone Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants