File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ tar czf "${SCRIPT_DIR}"/${PRODUCT_NAME}-${RELEASE_VERSION}-src.tar.gz \
8080log_file=$( mktemp)
8181echo " Building the release binary artifacts, log file: ${log_file} "
8282${MVN} install package -DskipTests > ${log_file} 2>&1
83- mv dist/${PRODUCT_NAME} -bin.tar.gz " ${SCRIPT_DIR} " /${PRODUCT_NAME} -${RELEASE_VERSION} -bin.tar.gz
83+ mv " ${SCRIPT_DIR} " /skywalking/ dist/${PRODUCT_NAME} -bin.tar.gz . /${PRODUCT_NAME} -${RELEASE_VERSION} -bin.tar.gz
8484
8585cd " ${SCRIPT_DIR} "
8686gpg --armor --detach-sig ${PRODUCT_NAME} -${RELEASE_VERSION} -src.tar.gz
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ git add pom.xml
5656git commit -m " Update the next release version to ${NEXT_RELEASE_VERSION} -SNAPSHOT"
5757
5858echo " Moving the changelog file..."
59- mv docs/en/changes/changes.md docs/en/changes-$RELEASE_VERSION .md
59+ mv docs/en/changes/changes.md docs/en/changes/changes -$RELEASE_VERSION .md
6060
6161echo " Updating the changelog file..."
6262cat docs/en/changes/changes.tpl | sed " s/NEXT_RELEASE_VERSION/${NEXT_RELEASE_VERSION} /g" > docs/en/changes/changes.md
You can’t perform that action at this time.
0 commit comments