From 7f595169c1bc02873d47a5b7411dfb7414c19041 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 17 Nov 2017 16:44:56 -0600 Subject: Put release name generation into postpublish_utils --- scripts/postpublish_utils.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/postpublish_utils.js b/scripts/postpublish_utils.js index 6b7be4f0e..4c9882fa8 100644 --- a/scripts/postpublish_utils.js +++ b/scripts/postpublish_utils.js @@ -44,4 +44,7 @@ module.exports = { assets: assets, }); }, + getReleaseName(subPackageName, version) { + const releaseName = subPackageName + ' v' + version; + }, }; -- cgit v1.2.3