Since there was no 6.x-1.x branch in git repository of taxonomy_single_tag module, I followed
Moving from a master to a major version branch:

git checkout master
git checkout -b 6.x-1.x
git push origin 6.x-1.x

So now we have 6.x-1.x, 7.x-1.x and master. I guess master branch is not necessary and should be removed, but before it maintainer should set the appropriate default branch.

Comments

arhak’s picture

Assigned: Unassigned » quotesBro
Status: Active » Fixed

since you opted for 6.x-1.x, I assigned it as the default branch,
however, why did you choose 6.x to be the default branch instead of 7.x?

PS: I'm granting you "Edit project" permission, so if you want to change it, do it so

quotesBro’s picture

Thank you :)
I didn't choose 6.x as default branch, but "master" branch did contain the code of 6.x.

arhak’s picture

@#2 ah, ok
then it was mikeker's call
when he started the D7 port (#1225866: Taxonomy Single Tag D7 port)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.