Copilot commented on code in PR #119:
URL: https://github.com/apache/maven-release/pull/119#discussion_r2507271230


##########
maven-release-plugin/src/site/apt/examples/perform-release.apt.vm:
##########
@@ -46,6 +46,12 @@ mvn release:perform
 
 -------
 mvn org.apache.maven.plugins:maven-release-plugin:${project.version}:perform 
-DconnectionUrl=scm:svn:https://svn.mycompany.com/repos/path/to/myproject/tags/myproject-1.2.3
+-------
+
+  If you are using git the tag is passed a little bit differently:

Review Comment:
   Capitalization inconsistency: 'git' should be capitalized as 'Git' to match 
standard naming conventions and maintain consistency with how version control 
systems are typically referenced in documentation.
   ```suggestion
     If you are using Git the tag is passed a little bit differently:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to