Closed nobicycle closed 8 months ago
There's an alpha release https://github.com/joomla/joomla-cms/releases/tag/5.1.0-alpha3 so technically the output from lastversion
is correct. The --pre
switch is to return whatever latest pre-release/not-stable version there is. 5.1.0-alpha3 is a newer version than 5.0.3 rc, despite being tagged earlier.
You can exclude non-desired stability or whitelist desired one. Will achieve same effect now:
lastversion --pre --assets https://github.com/joomla/joomla-cms/releases --exclude alpha
lastversion --pre --assets https://github.com/joomla/joomla-cms/releases --only rc
thanks
Project with incorrect version Joomla
Please put a web link to a project location that you're checking with
lastversion
here. https://github.com/joomla/joomla-cms/releasesTo Reproduce lastversion --pre --assets https://github.com/joomla/joomla-cms/releases
What command have you run, e.g.
lastversion <project location> --verbose
Expected behavior
To show the Release_Candidate prre release
What output you expect to receive, e.g. correct version in your opinion.
Program output
What output does
lastversion
give when being run?Current scope and support
Thank you for submitting this issue/request! 🌟
Currently, my focus is on maintaining and enhancing features critical to GitHub releases. Fetching a release version from other sources is not a priority at the moment, neither supplementary feature like zipball/tarball download, etc.
If your particular issue/feature/enhancement falls outside those priorities, and you believe this feature is important and would like to see it developed sooner, there are a few ways to help:
Your support is greatly appreciated, and any contribution, be it code or donation, helps make
lastversion
better for everyone. 🚀