Skip to content

Commit

Permalink
Add metadata for auto3dseg (#325)
Browse files Browse the repository at this point in the history
Address #324 
This PR adds a `metadata.json` file in the `auto3dseg` folder, and it is
used to record the version and changelog.
The initial version is set to `0.0.1` which covers the changes of
commit: 03a6d4e
After the PR is merged, everytime the `auto3dseg` folder is changed,
this file should also be changed.

---------

Signed-off-by: Yiheng Wang <[email protected]>
  • Loading branch information
yiheng-wang-nv authored Oct 25, 2023
1 parent 9903d2c commit ba00ecc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions auto3dseg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ python auto3dseg/tests/test_algo_templates.py
python auto3dseg/tests/test_gpu_customization.py
```

## Version control

If the folder `auto3dseg` is changed, a new `version` and the corresponding `changelog` should be added into the `metadata.json` file.

## Adding new templates

### Class/Folder naming convention
Expand Down
6 changes: 6 additions & 0 deletions auto3dseg/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "0.0.1",
"changelog": {
"0.0.1": "this version is based on commit 03a6d4effb9223670f439c3a29198ef34938922f"
}
}

0 comments on commit ba00ecc

Please sign in to comment.