Problem/Motivation
As the branch logic does not follow semantic versioning, there are no dev release of the module and GitLab CI testing on the main module page.
@see https://www.drupal.org/node/3108648 (change record)
@see https://www.drupal.org/node/1015226#semver-transition (Transitioning from 8.x-* to semantic versioning)
Proposed resolution
1) Create a new branch 2.0.x (1.1.x, 1.2.x, 1.3.x, 1.4.x are not allowed as we have 8.x-1.x series already).
2) Add new 2.0.x and 2.0.x-dev releases.
3) Add .gitlab-ci.yml file for pipeline configuration.
Issue fork nocurrent_pass-3417440
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bohartComment #5
bohartEverything is done.
The project page includes the latest release, dev version for it, and GitLab CI status.