From bd9d8cb72434add79fa7955ac1e3e8ac5a560fb9 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Mon, 18 Mar 2024 14:05:58 -0400 Subject: [PATCH] Now use short names for submodules in .gitmodules .gitmodules - Use short names (i.e. only the name of the module and not of the entire path) for submodules CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca --- .gitmodules | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2f62d27d..4527043d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "docs/source/geos-chem-shared-docs"] +[submodule "geos-chem-shared-docs"] path = docs/source/geos-chem-shared-docs url = https://github.com/geoschem/geos-chem-shared-docs.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb7505c..cc15bcb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - TBD ### Changed - Now allow up to 10 nested brackets (`((( )))`) in the `HEMCO_Config.rc` file +- Now use short submodule names (i.e. w/o path) in `.gitmodules` ### Fixed - Limit volcano climatology file read message to root core