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

Annotated tags are ignored #2

Open
davidolrik opened this issue Jan 9, 2024 · 1 comment
Open

Annotated tags are ignored #2

davidolrik opened this issue Jan 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@davidolrik
Copy link

If you create an annotated version tag with a message like so:

git tag -m "Message" 0.2.0

The tag will not be considered when calculating the next tag.

So given the following commits where 0.2.0 is annotated, the calculated next version will be 0.2.0 because 0.2.0 is ignored and 0.1.0 is used as a starting point.

9f807d5 feat: Feature D
9f807d4 feat: Feature C (tag: 0.2.0)
9f807d3 feat: Feature B (tag: 0.1.0)
9f807d2 feat: Feature A
9f807d1 chore: Inital commit (tag: 0.0.1)

The next tag in this example should be 0.3.0.

@outofcoffee outofcoffee added the bug Something isn't working label Feb 14, 2024
@outofcoffee outofcoffee self-assigned this Apr 12, 2024
@outofcoffee
Copy link
Collaborator

Hi @davidolrik, thank you for raising this. This issue has been fixed in v0.15.3.

@outofcoffee outofcoffee removed their assignment Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants