lunetics-org/LocaleBundle

branch alias

Closed this issue · 4 comments

dbu commented

the composer.json in master should have an alias so that people can depend on 2.2.* instead of dev-master if they want the latest greatest version but not explode when this bundle does a BC breaking major version jump.

something like

"extra": {
    "branch-alias": {
        "dev-master": "2.2-dev"
    }
}

(assuming the current master is the 2.2 version of this bundle)

@dbu the packages are properly tagged (or is there something wrong?)

dbu commented

the tags are fine. the issue is that if i want to depend on the current master until the minor version increases the branch alias would help. see also http://getcomposer.org/doc/articles/aliases.md

so it would be convenient to have that imo.

okay, do it so :) and merge +1

dbu commented

argh, sorry for the typo. fixed now