Compare commits

...

2 Commits

Author SHA1 Message Date
Electron Bot
edb65a07f1 Bump v15.0.0-alpha.1 2021-07-21 15:05:18 -07:00
Samuel Attard
82b5fbc396 build: handle alpha tag existing before beta line has finished 2021-07-21 14:50:06 -07:00
4 changed files with 7 additions and 4 deletions

View File

@@ -1 +1 @@
15.0.0-nightly.20210721
15.0.0-alpha.1

View File

@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "15.0.0-nightly.20210721",
"version": "15.0.0-alpha.1",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {

View File

@@ -109,6 +109,9 @@ const getPreviousStabilizationBranch = async (current) => {
if (newestMatch && semver.lte(semverify(branch), semverify(newestMatch))) {
continue;
}
if ((await getTagsOnBranch(branch)).filter(tag => tagIsStable(tag)).length === 0) {
continue;
}
newestMatch = branch;
}
return newestMatch;

View File

@@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 15,0,0,20210721
PRODUCTVERSION 15,0,0,20210721
FILEVERSION 15,0,0,1
PRODUCTVERSION 15,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L