summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-10-06 09:57:37 +0700
committerGitHub <[email protected]>2025-10-06 09:57:37 +0700
commit331c263400dd5ccf77264cab1fa6bbd9f374b44e (patch)
tree67e383584159c9906a8eb931906ba145771ef51b /CLAUDE.md
parent6ce46da042eb9ab243e4127ddcac57519c0a226f (diff)
parent8d7e8a11f6eb25724c8ec14fb7f0c243fdc02157 (diff)
Merge pull request #3276 from hathach/release-0.19.00.19.0
update for release 0.19.0
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 9cfe29aae..6c6baa246 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -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