Bukama commented on code in PR #653: URL: https://github.com/apache/maven-site/pull/653#discussion_r1932427117
########## content/apt/guides/mini/guide-releasing.apt: ########## @@ -235,9 +235,9 @@ 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. The <release.properties> file can be given to any developer within the team and + by simply executing the <<<release:perform>>> goal can create and deploy a new instance of the project artifact time and again. + By default the file gets deleted after a successful release. Review Comment: I removed the part about reusing it completely, because it doesn't make sense in my opinion anymore, when the file gets removed by default. I was already thinking about this when creating the creating the PR, but decided against, because I was thinking maybe I'm the only one who thinks so. But your question shows me, that I'm not. This said, I think that for the documentation we can go with "if you don't use the default, you know what you are doing with your properties-file". -- 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