Skip to content

Commit

Permalink
Add content about release note in create-a-release page (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
caipengbo authored Mar 23, 2024
1 parent 1c18258 commit da4076b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions community/create-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64 --tag ${your_dockerhub_username}/kvrocks:${release_version} --tag ${your_dockerhub_username}/kvrocks:latest . --output "type=registry" --build-arg MORE_BUILD_ARGS=-j12 --build-arg http_proxy=${your_http_proxy} --build-arg https_proxy=${your_https_proxy}
```

## Draft release note

[Draft a new release note](https://github.com/apache/kvrocks/releases/new).

You should choose the current release candidate tag. GitHub can automatically generate the content of release note, but you need to group it.

For some important content, highlight it at the beginning.

## Voting

### Kvrocks community vote
Expand Down Expand Up @@ -399,6 +407,12 @@ If you don't have the permission, you can ask someone with access to apache org

:::

### Publish release note

Edit the title of the draft release note and use the new ${release_version} tag, which github will create automatically.

Then, publish release.

### Update website links

Update [releases data file](https://github.com/apache/kvrocks-website/blob/main/src/components/Releases/index.tsx).
Expand Down

0 comments on commit da4076b

Please sign in to comment.