diff options
| author | hathach <[email protected]> | 2026-06-30 14:39:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-06-30 14:39:57 +0700 |
| commit | 20200b35202e5dd0a1a5e8be1db081dc57f6ae8e (patch) | |
| tree | 66592e56f6d7af39175b880d671a03ffa8a34ac3 /tools | |
| parent | 0849a5c1722dfeaa1e576aa11259bd6274afe73c (diff) | |
docs: move changelog to docs/changelog, drop the docs/info folder
Relocate docs/info/changelog/ -> docs/changelog/ (docs/info held only the
changelog) and update all references: the toctree, README + MAINTAINERS links,
make_release.py, and the make-release skill.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/make_release.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make_release.py b/tools/make_release.py index fc118af14..b24fc69b2 100755 --- a/tools/make_release.py +++ b/tools/make_release.py @@ -64,6 +64,6 @@ gen_doc.gen_boards_doc() gen_presets.main() ################### -# docs/info/changelog/ +# docs/changelog/ ################### -print("Add docs/info/changelog/{}.rst and list it at the top of docs/info/changelog/index.rst".format(version)) +print("Add docs/changelog/{}.rst and list it at the top of docs/changelog/index.rst".format(version)) |
