Skip to content

Broken Semantic Release #757

@dlabrecq

Description

@dlabrecq

The semantic release appears to be broken. The version of semantic release was recently updated to ^15.0.0, but that change never successfully published a package. The latest release (19 days ago) had to be published manually.

Note that ^15.0.0 is currently installing 15.8.1, which requires Node 8. Travis is currently using Node 4.

In addition, package.json references commands that no longer exist. For example, pre and post should be --pre and --post:

"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release-post": "semantic-release post",
"semantic-release-pre": "semantic-release pre"

See changes here: #750

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