axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

Next version after 2.1.0-beta is 2.1.1

Open szpak opened this issue 9 years ago • 3 comments
trafficstars

Having the latest tag 2.1.0-beta the next version resolved by Axion when a default incrementer is used is 2.1.1. I would expect 2.1.0 which is resolved when 2.1.0-alpha is found.

Steps to reproduce (tested with Axion 1.2.3 and 1.4.1):

git tag release/2.1.0-beta HEAD~
gw cV

Possibly to be fixed by the way of #157.

szpak avatar Oct 20 '16 20:10 szpak

I think it might be solved by #156 actually :)

adamdubiel avatar Oct 20 '16 20:10 adamdubiel

It was looking promisingly as I had duplicated tags at first, however after putting a tag on a separate commit the version is still resolved incorrectly. I even build a version from that PR (rebased with master) and the problem persists :(.

szpak avatar Oct 20 '16 21:10 szpak

I think this was recently fixed in #266 - there were a bunch of bugs with version resolution on HEAD.

adamdubiel avatar Nov 09 '18 15:11 adamdubiel