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 03d224f commit 121c167Copy full SHA for 121c167
scripts/release/utils/inquirer.js
@@ -93,6 +93,7 @@ exports.packageVersionUpdate = async (package, releaseType) => {
93
};
94
});
95
} else {
96
+ version = releaseType === 'Staging' ? inc(version, 'pre') : version;
97
/**
98
* Will hit this codepath if this is the first prerelease of the component
99
*/
0 commit comments