From 4d1dc0e86b04d73c01b44042ee9d1bec7846ac97 Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:26:40 -0800 Subject: [PATCH] add some rationale for tag naming --- release_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_instructions.md b/release_instructions.md index 661a35f..5b9dbc8 100644 --- a/release_instructions.md +++ b/release_instructions.md @@ -61,5 +61,5 @@ Check in the changes made in the previous steps to the `main` branch. Create a release tag from the `main` branch. -The tag should match the tag of the corresponding onnxruntime release excluding the leading `v`. +The tag should match the tag of the corresponding onnxruntime release excluding the leading `v` in order to make it a valid semantic version string. E.g., for onnxruntime tag `v1.20.0`, the onnxruntime-swift-package-manager tag should be `1.20.0`.