Skip to content

Commit

Permalink
add reference to versioning docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorlouisdg committed Mar 4, 2024
1 parent eb5558f commit 2f55f42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ For convenient access to specific functions, we provide command-line interfaces
- **Example:** [`airo_dataset_tools/cli.py`](airo-dataset-tools/airo_dataset_tools/cli.py) and [`airo-dataset-tools/setup.py`](airo-dataset-tools/setup.py).
- **Developer Focus:** Scripts' `__main__()` functions can still house developer-centric CLIs. Consider moving user-friendly ones to the package CLI.

### Versioning & Releasing 🏷️

As a first step towards PyPI releases of the `airo-mono` packages, we have already started versioning them.
Read more about it in [docs/versioning.md](docs/versioning.md).

### Design choices ✏️
- **Minimalism:** Before coding, explore existing libraries. Less code means easier maintenance.
Expand Down

0 comments on commit 2f55f42

Please sign in to comment.