updated release process to not release new packages immediately
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -96,7 +96,9 @@ async function main() {
|
||||
|
||||
const newVersions = packageVersions.filter(
|
||||
({ oldVersion, newVersion }) =>
|
||||
oldVersion !== newVersion && newVersion !== '<none>',
|
||||
oldVersion !== newVersion &&
|
||||
oldVersion !== '<none>' &&
|
||||
newVersion !== '<none>',
|
||||
);
|
||||
|
||||
if (newVersions.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user