From 37a9b64503edc8fe750dad02a7a45d8303f9ba04 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 17 Nov 2017 17:00:15 -0600 Subject: Small fixes --- scripts/postpublish_utils.js | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/postpublish_utils.js b/scripts/postpublish_utils.js index 4c9882fa8..3fb079bad 100644 --- a/scripts/postpublish_utils.js +++ b/scripts/postpublish_utils.js @@ -46,5 +46,6 @@ module.exports = { }, getReleaseName(subPackageName, version) { const releaseName = subPackageName + ' v' + version; + return releaseName; }, }; -- cgit v1.2.3