workflow for release
if a tag vXX.XX.XX is puhed , the following will auto trigger:
1 build the images with the pushed tag, push to ghcr registry
2 generate the changelog by historical PR with "pr/release/*"
submit the changelog file to branch 'github_pages', with PR label "pr/release/robot_update_githubpage".
3 build the chart package with the pushed tag, and submit a PR to branch 'github_pages'
it commits the new chart package to '/charts' and update /index.yaml on the branch 'github_pages'