add some rationale for tag naming

This commit is contained in:
edgchen1
2024-11-27 14:26:40 -08:00
parent 7b55815da6
commit 4d1dc0e86b
+1 -1
View File
@@ -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`.