You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the git branch starts with a non-numeric, dev should be prepended as dev-, e.g. dev-main, dev-master
if the git branch starts with a number, dev should be appended as -dev, e.g. 10.x-dev
Generally, in composer,
if the git branch starts with a non-numeric,
dev
should be prepended asdev-
, e.g.dev-main
,dev-master
if the git branch starts with a number,
dev
should be appended as-dev
, e.g.10.x-dev
acappella always prepends (
dev-master
,dev-10.x
).Using
dev-10.x
makes it incompatible with composer, see composer/composer#11770The text was updated successfully, but these errors were encountered: