summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-30 22:27:27 +0700
committerGitHub <[email protected]>2026-06-30 22:27:27 +0700
commitdae3f9a366bfcddbf9dcf1b48d7500286a849539 (patch)
treea2dfc80a1f63f2a4ae3bb3942809bca58b35ae7d /tools
parent188b99892972aafa75495ccd4be61e6c97f47a69 (diff)
docs: convert changelog release notes from RST to Markdown (#3746)0.21.0
* docs: convert changelog release notes from RST to Markdown
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_release.py b/tools/make_release.py
index b24fc69b2..65226834f 100755
--- a/tools/make_release.py
+++ b/tools/make_release.py
@@ -66,4 +66,4 @@ gen_presets.main()
###################
# docs/changelog/
###################
-print("Add docs/changelog/{}.rst and list it at the top of docs/changelog/index.rst".format(version))
+print("Add docs/changelog/{}.md and list it at the top of docs/changelog/index.rst".format(version))