From a0a48b1865504942726467f03916452e63bef0a7 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Mon, 14 Sep 2026 16:07:45 +0800 Subject: [PATCH] doc: add developer notes --- DEVNOTE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 DEVNOTE.md diff --git a/DEVNOTE.md b/DEVNOTE.md new file mode 100644 index 0000000..36d9da5 --- /dev/null +++ b/DEVNOTE.md @@ -0,0 +1,12 @@ +# Developer Notes + +# Bump Version Up + +## Bump Application Version Up + +TODO... + +## Bump Manifest Version Up + +- Update version value in document `doc/manifest.md`. +- Update version value in example `doc/example.*.toml`.