Question

  • I've recently promoted my project from sandbox
  • My project's "default branch" is set as 8.x-1.x
  • I've got a tag on my latest commit -- 8.x-1.0-alpha1 -- which is listed on my project's "git tags" area
  • As far as I can tell, I've followed the release naming conventions outlined on https://www.drupal.org/node/1015226

However, when I try to follow https://www.drupal.org/node/1068944, I do not see an "add new release" option at the bottom of my project page (or anywhere else). Any suggestions for what I may be doing wrong?

I see that dev releases appear to be generated every 12 hours, but the above has all been set up for longer than 24 hours.

Was it helpful?

Solution

It happens because on Media Entity Remote Image (the project you linked):

  • You aren't the project owner

    screenshot

  • The project owner didn't give you the permission to administer releases

    screenshot

As you see in the second screenshot, the checkbox for the Administer releases for the mrweiner account isn't selected.

If it were, you would see an Add new release link right after the Downlaods table, which is empty, for the given project.

screenshot

If you want to be able to create new releases, you need to get the permission to administer releases too. Otherwise, the project owner needs to create the new release.

[Disclaimer: On Drupal.org I have more permissions than a normal user; that is why I see what project owners would see for their own projects.]

Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top