Skip to content

trivial: Submodule versioning from top level project. #707

@ajgrah2000

Description

@ajgrah2000

Currently the top level project appears to trail the submodule versions. This relates to 'main' and the newest tag (v0.3.0-alpha).

eg:

  git checkout v0.3.0-alpha
  git submodule update
  git submodule foreach git describe --tags
 'base': v0.2.1-alpha-1-g0fecbd0
 'cli': v0.1.8-alpha
 'diagram-core': v0.0.3-alpha
 'diagram-ui': v0.0.4-alpha
 'language-client': v0.2.2-alpha
 'language-server': v0.2.1-alpha

base, cli, language-client, language-server' all have a 'v0.3.0-alpha'

Although the intent may be that they track different versions, superficially it appears as though there's a mis-match (and main doesn't contain the newest versions).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions