diff options
| author | hathach <[email protected]> | 2025-10-02 15:48:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-03 22:12:11 +0700 |
| commit | b18a8fbcd5eacf948b430a996fe54b62da285ccd (patch) | |
| tree | 2fc5700842286a3cb0711460debd0d906e973d4d /CLAUDE.md | |
| parent | 6ce46da042eb9ab243e4127ddcac57519c0a226f (diff) | |
update for release 0.19.0
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -67,3 +67,12 @@ Before building, it's recommended to run pre-commit to ensure code quality: - hw/: Board support packages and MCU drivers - examples/: Reference examples for device/host/dual - test/: Unit tests and hardware integration tests + +## Release Process +To prepare a new release: +1. Update the `version` variable in `tools/make_release.py` to the new version number +2. Run the release script: `python tools/make_release.py` + - This will update version numbers in `src/tusb_option.h`, `repository.yml`, and `library.json` + - It will also regenerate documentation +3. Update `docs/info/changelog.rst` with release notes +4. Commit changes and create release tag |
