From 365a424d16e27485e82bdf1737bc38ddfc689943 Mon Sep 17 00:00:00 2001 From: Surya Tripathi Date: Tue, 1 Aug 2023 19:05:47 +0530 Subject: [PATCH 1/2] Adding builds link --- builds.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 builds.json diff --git a/builds.json b/builds.json new file mode 100644 index 0000000..307a112 --- /dev/null +++ b/builds.json @@ -0,0 +1,13 @@ +{ + "message": { + "data": { + "darwin": { + "x64": "https://github.com/browserstack/lcnc-releases/releases/download/0.1.0/Low.Code.Automation-darwin-x64-0.1.0.dmg", + "arm64": "https://github.com/browserstack/lcnc-releases/releases/download/0.1.0/Low-Code-Automation-darwin-arm64-0.1.0.dmg" + }, + "windows": { + "x64": "https://github.com/browserstack/lcnc-releases/releases/download/0.1.0/Low.Code.Automation-0.1.0.Setup-Signed.exe" + } + } + } +} From 07e04daa8cb143011a673d3f85aaedd90eaabb9a Mon Sep 17 00:00:00 2001 From: Surya Tripathi Date: Fri, 4 Aug 2023 12:28:03 +0530 Subject: [PATCH 2/2] Updated code owner to lcnc --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 6487822..19812a3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @browserstack/default_owner +* @browserstack/lcnc