I'm not sure where to file patches on the 7.x-2.0-dev branch that should go in before a 1.0 release, but there's no 7.x-2.0-dev in the Version drop-down in the d.o issue queue. Would you please add one? Thanks so much!

Comments

jenlampton’s picture

Issue summary: View changes
lolandese’s picture

Title: Add 7.x-2.0-dev to the drupal.org issue queue » Add 7.x-2.x-dev to the drupal.org issue queue

Added reference to the issue probably causing 7.x-2.x-dev not to appear in the issue settings 'Version' select list.

See #2132327: Can't create release: git repository tag appears in repo browser, but not vcs tables.

How to fix this:

Delete and re-create tag or branch you have troubles with. Obviously this can be done only by someone with commit permission on the project.

git tag -d 7.x-2.x
git push --delete origin 7.x-2.x
git tag 7.x-2.x
git push origin 7.x-2.x

Thanks.

Alex Dicianu’s picture

I tried this a month or so ago and it didn't work. I'll give it another go ...

lolandese’s picture

#2132327: Can't create release: git repository tag appears in repo browser, but not vcs tables

Looking at the 'Affected projects' in the issue description, there are no dev versions that have been solved so far. So it might be the described method does not work on a dev version.

Maybe it's better just to wait until they solve it there. In any case it's something outside the direct control of a project maintainer.

Thanks.

jenlampton’s picture

Digging deeper at #2132881: New project snapshot releases not displayed on the Project page looks like this has been solved for dev releases as well. But if you want the -dev version to show in the issue queue the release node needs to be published.

I checked https://drupal.org/node/1397698/release?api_version%5B%5D=103 and didn't see the 2.x-dev release, so it's probably not published.

I expect "publishing" a release node actually means changing the setting to show it on the project page, which is unfortunate.

Can you give that a shot and see if we can get it to appear in the queue?

Alex Dicianu’s picture

I recreated a release for the 2.x dev branch https://drupal.org/node/1397698/release, but I still don't see it in the issue queue. Maybe we need to wait a moment.

Alex Dicianu’s picture

Version: 7.x-2.0-rc1 » 7.x-2.x-dev
Status: Active » Fixed

I now see the 2.x-dev branch in the issue queue. Thanks for the tip @jenlampton!

jenlampton’s picture

woot! :)

Status: Fixed » Closed (fixed)

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