This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b0d3555a1 Fix release script (#13573)
9b0d3555a1 is described below

commit 9b0d3555a165b3a594e9dab60c75bc6d0769a02f
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Mon Nov 10 18:39:33 2025 +0800

    Fix release script (#13573)
---
 docs/en/{ => changes}/changes-10.3.0.md | 0
 tools/releasing/create_release_tars.sh  | 2 +-
 tools/releasing/start_next_version.sh   | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/changes-10.3.0.md b/docs/en/changes/changes-10.3.0.md
similarity index 100%
rename from docs/en/changes-10.3.0.md
rename to docs/en/changes/changes-10.3.0.md
diff --git a/tools/releasing/create_release_tars.sh 
b/tools/releasing/create_release_tars.sh
index b5ee804a07..fb55ea9795 100755
--- a/tools/releasing/create_release_tars.sh
+++ b/tools/releasing/create_release_tars.sh
@@ -80,7 +80,7 @@ tar czf 
"${SCRIPT_DIR}"/${PRODUCT_NAME}-${RELEASE_VERSION}-src.tar.gz \
 log_file=$(mktemp)
 echo "Building the release binary artifacts, log file: ${log_file}"
 ${MVN} install package -DskipTests > ${log_file} 2>&1
-mv dist/${PRODUCT_NAME}-bin.tar.gz 
"${SCRIPT_DIR}"/${PRODUCT_NAME}-${RELEASE_VERSION}-bin.tar.gz
+mv "${SCRIPT_DIR}"/skywalking/dist/${PRODUCT_NAME}-bin.tar.gz 
./${PRODUCT_NAME}-${RELEASE_VERSION}-bin.tar.gz
 
 cd "${SCRIPT_DIR}"
 gpg --armor --detach-sig ${PRODUCT_NAME}-${RELEASE_VERSION}-src.tar.gz
diff --git a/tools/releasing/start_next_version.sh 
b/tools/releasing/start_next_version.sh
index b2686df370..457bc69a7c 100644
--- a/tools/releasing/start_next_version.sh
+++ b/tools/releasing/start_next_version.sh
@@ -56,7 +56,7 @@ git add pom.xml
 git commit -m "Update the next release version to 
${NEXT_RELEASE_VERSION}-SNAPSHOT"
 
 echo "Moving the changelog file..."
-mv docs/en/changes/changes.md docs/en/changes-$RELEASE_VERSION.md
+mv docs/en/changes/changes.md docs/en/changes/changes-$RELEASE_VERSION.md
 
 echo "Updating the changelog file..."
 cat docs/en/changes/changes.tpl | sed 
"s/NEXT_RELEASE_VERSION/${NEXT_RELEASE_VERSION}/g" > docs/en/changes/changes.md

Reply via email to