Skip to content

Broken Semantic Release #757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dlabrecq opened this issue Aug 13, 2018 · 0 comments · Fixed by #756
Closed

Broken Semantic Release #757

dlabrecq opened this issue Aug 13, 2018 · 0 comments · Fixed by #756

Comments

@dlabrecq
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant