This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new cd0f78c Improve release instructions
cd0f78c is described below
commit cd0f78c1e4981062184430bb79d7b4e4d1071684
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Oct 19 16:20:11 2023 +0200
Improve release instructions
---
src/site/_release-instructions.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/_release-instructions.adoc
b/src/site/_release-instructions.adoc
index 2f49151..acb9121 100644
--- a/src/site/_release-instructions.adoc
+++ b/src/site/_release-instructions.adoc
@@ -226,7 +226,7 @@ git checkout -B asf-site origin/asf-site
# Override the website
git rm -rf {website-folder}7.x
mkdir {website-folder}7.x
-git checkout asf-staging -- {website-folder}7.x
+git checkout origin/asf-staging -- {website-folder}7.x
git add {website-folder}7.x
git commit -a -m 'Add `{project-id}` version `7.8.0` website'
git push origin asf-site