From f419a62b380b611d984149ea408f08cf35fe4170 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sun, 31 Dec 2023 22:43:20 -0800 Subject: [PATCH] [doc] Update maintainers.md (NFC) (#6124) Update third party artifacts Update installer publishing Fixes #6106 --- MAINTAINERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d4c34909b2..483130ccf6 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,5 +1,5 @@ ## Publishing Third Party Dependencies -Currently the 3rd party deps are imgui, opencv, and google test +Currently the 3rd party deps are imgui, opencv, google test, libssh, and apriltaglib For publishing these dependencies, the version needs to be manually updated in the publish.gradle file of their respective repository. Then, in the azure build for the dependency you want to build for, manually start a pipeline build (As of current, this is the `Run Pipeline` button). @@ -24,4 +24,4 @@ Upon pushing a tag, a release will be built, and the files will be uploaded to t Before publishing, make sure to update the version in build.gradle. Publishing must happen locally, using the command `./gradlew publishPlugin`. This does require your API key for publishing to be set. ## Building the installer -Update the GradleRIO version in gradle.properties, and in the scripts folder in vscode, update the vscode extension. Then push, it will build the installer on azure. +Update the GradleRIO version in gradle.properties, and in the scripts folder in vscode, update the vscode extension. To publish a release build, upload a new tag, and a release will automatically be built and published to artifactory and cloudflare.