- Issue created by @dark-o
- Status changed to Closed: outdated
3 months ago 6:31am 3 August 2024
Cannot create beta 2 release
I am trying to create a beta 2 release for my module:
https://www.drupal.org/project/critique_and_review →
but I have had no luck, I am following the instructions from this page:
https://www.drupal.org/docs/develop/git/git-for-drupal-project-maintaine... →
Steps I did:
Locally, I am on branch 1.0.x
I created tag
git tag 1.0.x-b2
pushed it
git push origin 1.0.x-b2
but I can not see this tag to create a release from. If I go to :
https://www.drupal.org/node/add/project-release/3404149 →
I do not see the tag. I also tried to create a branch but I cannot see it either.
Can anybody help