Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion amoro-site/content/community/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,10 @@ $ svn mv https://dist.apache.org/repos/dist/dev/incubator/amoro/0.8.0-incubating
### Add release note and update the main web

- Creating an [new release note](https://github.com/apache/amoro/releases) in github
- Update the content for the new version for the web, the source locates in [amoro-site](github.com/apache/amoro-site) repo
- Update the content for the new version for the web, the source locates in [amoro-site](https://github.com/apache/amoro-site) repo
- First, submit a pull request containing the new version. You can refer to [this commit](https://github.com/apache/amoro-site/commit/598787c97898bb6431686e9cf6dd37f89ce2a339). Note that the `$version` in the "url = "/docs/$version/" URL in hugo.toml corresponds to the branch name will be created in the following step in amoro-site
- After merging the pull request from step 1, pull a local branch named `$version` and push it remotely
- Check that the [GithubAction](https://github.com/apache/amoro-site/actions/workflows/deploy.yml) for branch `$version` is executed successfully

### Send announcement email

Expand Down
Loading