Skip to content

Current release tagging method with a "+" is incompatible with certain package managers (tested with bun) #691

@willemolding

Description

@willemolding

Releases are currently tagged releases contain a "+" sign (e.g. "v1.4.0+cli"). This doesn't play well when specifying a tag to install in a projects package.json if using npm or similar to manage contract dependencies.

For example:

"dependencies": {
      "wormhole-ntt": "github:wormhole-foundation/native-token-transfers#v1.4.0+cli"
},

cannot be parsed successfully and requires specifying an exact git commit.


Suggest switching to a . separated suffix instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions