We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bece324 commit 2a9521dCopy full SHA for 2a9521d
tools/prepare-release.js
@@ -169,6 +169,8 @@ async function computeDiff(type) {
169
* pinned to a major version.
170
*/
171
async function prepareRelease(type) {
172
+ const packageName = type.replace(/\d+$/, '');
173
+
174
// Compute a reasonably unique ID
175
const uid = (new Date()).toISOString().replace(/[\-T:\.Z]/g, "");
176
0 commit comments