Update release instructions to make it clear that final release tags should go under "rel/"
diff --git a/ReleaseInstructions b/ReleaseInstructions
index 191662a..bb9c0aa 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -234,7 +234,11 @@
 16. If the vote fails, address the problems and recreate the next RC
     build.
 
-17. Once the vote has passed, tag the last RC created with the final tag
+17. Once the vote has passed, tag the last RC created with the final tag.
+    It is important to tag the release under the "rel/" path since the
+    Apache infrastructure for .git provides certain protections for tags
+    under the "rel/" path. Releases need such protections as per Apache
+    release guidelines.
 
     $ git tag -s -m "Tagging version 1.10.0 of Ant" rel/1.10.0 HASH_OF_LAST_RC
     $ git push --tags