You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/06 11:22:42 UTC

[GitHub] [shardingsphere] windghoul opened a new pull request, #22701: feat(release): release doc update

windghoul opened a new pull request, #22701:
URL: https://github.com/apache/shardingsphere/pull/22701

   Changes proposed in this pull request:
     - release doc update for generate index.yaml and upload tgz 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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on a diff in pull request #22701: feat(release): release doc update

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on code in PR #22701:
URL: https://github.com/apache/shardingsphere/pull/22701#discussion_r1040854345


##########
docs/community/content/involved/release/shardingsphere-on-cloud.en.md:
##########
@@ -205,8 +205,20 @@ helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg apac
 helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg apache-shardingsphere-operator-cluster-charts
 helm package --sign --key '${GPG 用户名}' --keyring ~/.gnupg/secring.gpg apache-shardingsphere-proxy-charts
 ```
+### 5. 上传 charts,生成 index
+1. Upload the tgz file generated in the previous step to the Assets of release
+2. generate index.yaml
+```shell
+cd ~/shardingsphere-on-cloud/charts
+mkdir release
+mv *.tgz release
+git checkout gh-pages 
+mv ~/shardingsphere-on-cloud/index.yaml index.yaml
+helm repo index --url https://github.com/apache/shardingsphere-on-cloud/releases/download/${RELEASE.VERSION}  . --merge index.yaml
+```
+3. Replace the original index.yaml
 
-### 5. Update the download page
+### 6. Update the download page

Review Comment:
   Is step 6 required?



-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN merged pull request #22701: feat(release): release doc update

Posted by GitBox <gi...@apache.org>.
TeslaCN merged PR #22701:
URL: https://github.com/apache/shardingsphere/pull/22701


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org