From d5c99be4d8c6fd39b7d6125a83bc41e89044dfa9 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Thu, 6 Aug 2026 14:07:54 +0800 Subject: [PATCH] doc: add developer notes --- DEVNOTES.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/DEVNOTES.md b/DEVNOTES.md index 2a07372..83eab55 100644 --- a/DEVNOTES.md +++ b/DEVNOTES.md @@ -2,4 +2,17 @@ ## Bump Version Up -TODO +### Bump OMRF Version Up + +- Change the version declared in `Cargo.toml`. + +### Bump OMRF Packer Version Up + +- Change the version declared in `pyproject.toml`. +- Change the version constant `VERSION` declared in `utils.py`. +- Change the minimum required version declared in the metadata example section of `README.md`. + +## Version Tag + +- Use `omrf/x.y.z` to tag the version of `sarasacw-omrf`. +- Use `omrf-packer/x.y.z` to tag the version of `sarasacw-omrf-packer`.