Skip to content

Commit

Permalink
Now use short names for submodules in .gitmodules
Browse files Browse the repository at this point in the history
.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 <[email protected]>
  • Loading branch information
yantosca committed Mar 18, 2024
1 parent 22de25e commit bd9d8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd9d8cb

Please sign in to comment.