From dae3f9a366bfcddbf9dcf1b48d7500286a849539 Mon Sep 17 00:00:00 2001 From: Ha Thach Date: Tue, 30 Jun 2026 22:27:27 +0700 Subject: docs: convert changelog release notes from RST to Markdown (#3746) * docs: convert changelog release notes from RST to Markdown --- tools/make_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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)) -- cgit v1.3.1