From 5c7d49371ce9463613802d9fa845e5d592c5d915 Mon Sep 17 00:00:00 2001 From: Hanbyul Jo Date: Tue, 7 Jan 2025 09:17:53 -0500 Subject: [PATCH] Link configuration repo --- docs/development/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/RELEASE.md b/docs/development/RELEASE.md index ea9b0ce20..ae27aeba5 100644 --- a/docs/development/RELEASE.md +++ b/docs/development/RELEASE.md @@ -14,7 +14,7 @@ The automated process handles - Creating Git tag using the version number - Creating a commit bumping the version number up in `package.json` - Creating GitHub Release -- Creating VEDA instance preview using VEDA UI version (When the release is made from `main` branch) +- Creating [VEDA configuration instance](https://github.com/nasa-impact/veda-config) preview using VEDA UI version (When the release is made from `main` branch) ### GitHub Action Integration