This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch post-7.0.6-fixes in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 6c2f66f4a355cfd2820b276e622cea4a93cf0909 Author: Mattias Reichel <[email protected]> AuthorDate: Thu Jan 22 20:21:18 2026 +0100 fix(docs): correct path for copying build diffs --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 471e3e9046..5e4762695e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -405,7 +405,7 @@ In the event that artifacts differ, simply copy them to your project directory a ```bash cd ~/project - rsync -av grails-verify/grails/etc/bin/results/ etc/bin/results/ + rsync -av ../grails-verify/grails/etc/bin/results/ etc/bin/results/ ``` # Appendix: Versioning
