From fb519a45ffcff87cb51df68e39c237e3cd99d6e5 Mon Sep 17 00:00:00 2001 From: Jonathan Dao Date: Sun, 19 Jan 2025 22:50:52 -0800 Subject: [PATCH] Updated README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d91c7c..bb71ac5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Codex Team 4201's Generic Robot Software Library + +## Development Notes +* Maven artifacts are saved under the [releases/](releases) directory after running `./gradlew publish`. +* To publish changes to the library, run `./gradlew publish` and push the updated files under `releases/` to GitHub. + * TODO: This can be automated with a GitHub action. +* The Codex repo is set to host the root directory of the main branch as a GitHub page, which allows the vendordep JSON file to pull the library. \ No newline at end of file