From 3f0a37944db9324381f779b93ae4115b59c3e13b Mon Sep 17 00:00:00 2001 From: Scott Willeke Date: Sat, 7 Sep 2019 21:59:25 -0700 Subject: [PATCH] fix(package): update @semantic-release/github back to a build from the beta branch * Only the beta channel that is compatible with semantic-release v16 * 5.4.0-beta.1 worked, but subsequently v5.4.3 was released from master but didn't include the changes from the beta branch and 5.4.0-beta.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 841e763d..27f729f1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@semantic-release/commit-analyzer": "^7.0.0-beta.1", "@semantic-release/error": "^2.2.0", - "@semantic-release/github": "^5.4.0-beta.1", + "@semantic-release/github": "=5.5.0-beta.1", "@semantic-release/npm": "^5.2.0-beta.5", "@semantic-release/release-notes-generator": "^7.1.2", "aggregate-error": "^2.0.0",