Release not working

Created on 4 October 2024, about 2 months ago

Problem/Motivation

The release listing on the project page does not look like other ones. In particular, it is missing the Composer command.

I would expect the module to be installed with a command like this:

composer require 'drupal/embedded_content_examples:^2.0'

But that does not work. The release page suggests this, which does work but does not follow the normal pattern:

composer require 'drupal/embedded_content_examples-embedded_content_examples:^2.0'

Proposed resolution

Fix the releases.

Create a 2.0.x development snapshot release.

Remaining tasks

Figure out what is wrong. Implement. This may require the Drupal webmasters to be involved.

User interface changes

None.

API changes

None.

Data model changes

None.

📌 Task
Status

Active

Version

2.0

Component

Miscellaneous

Created by

🇨🇦Canada Liam Morland Ontario, CA 🇨🇦

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Liam Morland
  • 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
  • 🇳🇱Netherlands tinto Amsterdam

    I'm running into the same problem here.

    Running composer require drupal/embedded_content_examples only alters my composer.json and .lock, but does not actually add the code to the contrib module directory.

    Instead, running composer require 'drupal/embedded_content_examples-embedded_content_examples:^2.0' does install the examples module properly. But the namespace looks like it needs to be fixed.

Production build 0.71.5 2024