This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
## BUIILD AND DEPLOYMENT
|
||||
|
||||
Bump version numbers:
|
||||
### Bump version numbers:
|
||||
|
||||
Search and replace 8.0.0-beta.0.3
|
||||
Search and replace 8.0.0-beta.0.4
|
||||
webapp,server,launcher, v8migrate
|
||||
|
||||
Client end ayanova-version.js,
|
||||
@@ -14,12 +14,23 @@ Docs index.md file is also versioned
|
||||
#MyAppVersion in C:\data\code\raven\dist\install\windows\x64\lan.iss
|
||||
#MyAppVersion in C:\data\code\raven\dist\install\windows\x64\standalone.iss
|
||||
|
||||
### CLIENT DEV MODE TURNED OFF
|
||||
Make sure main.js in client devmode is set to false (should just keep it that way unless diagnosing a specific issue during development)
|
||||
|
||||
|
||||
run build-release.bat
|
||||
### run build-release.bat
|
||||
check for errors
|
||||
upload 4 installer packages found in C:\data\code\raven\dist\installers
|
||||
|
||||
### Test install to devops server
|
||||
### Test install to windows server
|
||||
|
||||
### Run e2e tests against Linux and Windows servers
|
||||
Once tests pass move on to next step
|
||||
|
||||
### upload 4 installer packages found in C:\data\code\raven\dist\installers
|
||||
|
||||
### Update website changelog and release notes etc
|
||||
|
||||
### profit$$
|
||||
|
||||
|
||||
|
||||
|
||||
2
dist/install/windows/x64/lan.iss
vendored
2
dist/install/windows/x64/lan.iss
vendored
@@ -1,7 +1,7 @@
|
||||
; LAN install for internal network use only
|
||||
|
||||
#define MyAppName "AyaNova server"
|
||||
#define MyAppVersion "8.0.0-beta.0.3"
|
||||
#define MyAppVersion "8.0.0-beta.0.4"
|
||||
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
|
||||
#define MyAppURL "https://ayanova.com/"
|
||||
#define MyAppLauncherExeName "ayanova-launcher.exe"
|
||||
|
||||
4
dist/install/windows/x64/standalone.iss
vendored
4
dist/install/windows/x64/standalone.iss
vendored
@@ -3,7 +3,7 @@
|
||||
; external to lan requires different config
|
||||
|
||||
#define MyAppName "AyaNova"
|
||||
#define MyAppVersion "8.0.0-beta.0.3"
|
||||
#define MyAppVersion "8.0.0-beta.0.4"
|
||||
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
|
||||
#define MyAppURL "https://ayanova.com/"
|
||||
#define MyAppLauncherExeName "ayanova-launcher.exe"
|
||||
@@ -46,7 +46,7 @@ Source: "C:\data\code\raven\dist\win-x64\ayanova\standalone\*"; DestDir: "{app}"
|
||||
Source: "C:\data\code\raven\dist\win-x64\launcher\config.json"; DestDir: "{app}"; Flags: ignoreversion confirmoverwrite
|
||||
Source: "C:\data\code\raven\dist\win-x64\launcher\*"; DestDir: "{app}\launcher"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "C:\data\code\raven\dist\win-x64\postgres-standalone\*"; DestDir: "{app}\local-postgres"; Permissions: users-modify;Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "C:\data\code\raven\dist\win-x64\postgres-empty-database\*"; DestDir: "{commonappdata}\ayanova\database"; Permissions: users-modify; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "C:\data\code\raven\dist\win-x64\postgres-empty-database\*"; DestDir: "{commonappdata}\ayanova\database"; Permissions: users-modify; Flags: ignoreversion recursesubdirs createallsubdirs onlyifdoesntexist
|
||||
|
||||
[Dirs]
|
||||
Name: "{app}\.local-chromium";Permissions: users-modify;Flags: uninsalwaysuninstall
|
||||
|
||||
@@ -18,4 +18,4 @@ Or check out our support forum [forum.ayanova.com](http://forum.ayanova.com/)
|
||||
|
||||
---
|
||||
|
||||
Documentation version: 8.0.0-beta.0.3, Copyright © 2021 Ground Zero Tech-Works Inc.
|
||||
Documentation version: 8.0.0-beta.0.4, Copyright © 2021 Ground Zero Tech-Works Inc.
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
||||
/// </summary>
|
||||
internal static class AyaNovaVersion
|
||||
{
|
||||
public const string VersionString = "8.0.0-beta.0.3";
|
||||
public const string VersionString = "8.0.0-beta.0.4";
|
||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||
}//eoc
|
||||
}//eons
|
||||
Reference in New Issue
Block a user