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
Different versions #134
Comments
|
AFAIK this is not possible at the moment. I had a first look and add this feature doesn't look as a trivial task. The UI and the way Poser scan/retrieve information from Packagist have to be modified. |
|
Hi thanks we need this :) it already does but:
Because starting form packagist-aura/router is not possible to understand which is the version for master and for the other branches except dev-develop2. For me you should start naming the versions and the branches following the SemVer conventions, Solution A: add all the branch-alias for all the branches. the goal is have for the latest stable: 1.2.0 and for the latest unstable 2.0-dev Ehm this is possible, but we could talk and vote for it, but do you still need it? References: |
|
Hey @liuggio ,
We are following semversioning https://github.com/auraphp/Aura.Router/releases . Not sure why you thought it is not following.
Yes branch alias wasn't added to dev-master which is 1.0.0 . I can add it, not a big deal.
I don't know why you need branch alias for all branches.
Why the dev-master exists is it was the latest stable release of version 1 earlier. And develop was the version 1 development branch . But things have changed a lot.
2.0 has released a beta, not sure whether beta don't have a badge or not .
Sure. Looking forward. |
|
Sorry for the confusion, what I wanted to say is that if in dev-master you put the latest unstable version and you tag all the MINOR versions, and in another branch called 1.2 you put the latest dev for 1.2 and also you create a tag v1.2.0, you don't need (except for dev-master) the branch-aliasing. My suggestion was to use tags and branches as described here: https://getcomposer.org/doc/02-libraries.md#tags and https://getcomposer.org/doc/02-libraries.md#branches, |
We have the latest stable version of 1.x in dev-master .
the unstable for v1 is dev-develop , so yes let us think 1.2.x-dev is dev-develop.
dev-master will be 1.2.0 I guess. |
|
Thank you for looking into this. As there are various options mentioned I am closing the issue. Thanks once again for your valuable time. |
Hi guys,
First I would like to give a great applause to this great job on the badges.
I would like to ask, whether it is possible to keep badges on different branches which are different versions.
Say https://github.com/auraphp/Aura.Router/ has 2 versions.
Version 2 branch is
develop-2, and version 1 isdevelopbranch.Is there a way that it can fetch the branch alias from the composer.json and show accordingly the releases in the readme of two different versions ?
The idea is if someone looking at v1 readme he should understand he is looking version 1 branch and if they are looking version 2 they should understand it is version 2.
Thank you
The text was updated successfully, but these errors were encountered: