1

I am trying to create a release for the Taxonomy Facets module.

I created a tag with git push origin tag 8.x-1.0-RC1 which seemed to get trough OK.

git branch showed I selected the right branch before creating the new tag.

When I visit the Add new release page for that project, in Git release tag or branch I do not see the tag I created.

How can I create a new release from a new tag?

1 Answer 1

2

There is just a small change you need to make: projects hosted on drupal.org are expected to have use lowercase characters in tag names.

You should be able to create a new release with a tag like 8.x-1.0-rc1. See the following examples of wrong tags given in Release naming conventions.

For example, 8.x-1.0-rc1 is valid for making a release, but the following are not:

  • 8.x-1.0-release1 uses a wrong pre-release type
  • 8.x-1.0-rc doesn't end with a digit
  • 8.x-1.0-ALPHA1 uses uppercase characters
0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.