elharo commented on code in PR #653:
URL: https://github.com/apache/maven-site/pull/653#discussion_r1933693236

##########
content/apt/guides/mini/guide-releasing.apt:
##########
@@ -235,12 +235,11 @@ checkpoint.prepared-release=OK
 checkpoint.check-in-development-version=OK
 -----
 
-  The <release.properties> file is created while preparing the release.  After 
performing the release the file remains within the project root 
-  directory until the maven user deletes it.  The <release.properties> file 
can be given to any developer within the team and 
-  by simply excuting the <<<release:perform>>> goal can create and deploy a 
new instance of the project artifact time and again.
+  The <release.properties> file is created while preparing the release.
+  By default the file gets deleted after a successful release.
   
-  During the execution of the <<<release:perform>>> goal the entire maven 
build lifecycle is executed on the project.  
-  The tagged project source code is extracted, compiled, tested, documented 
and deployed.  An instance of the release artifact is deployed 
+  During the execution of the <<<release:perform>>> goal, the entire maven 
build lifecycle is executed on the project.

Review Comment:
   the entire maven build lifecycle is executed on the project. --> Maven 
executes the project's entire build lifecycle.
   
   (prefer active voice)
   
   



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to