From 35e12e05424f6a90bcf065b43bc8a56ac4a04bbe Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Fri, 26 Apr 2024 23:06:37 +0200 Subject: [PATCH] update releases process --- RELEASES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 3b724707f..3695d53ef 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -47,7 +47,9 @@ Our release process is as follows: 1. In case of intermittent problems with the registry, try `cargo release` locally to publish any missing crates from this release. This step requires the appropriate privileges to push crates to [crates.io]. - 2. In case the problems arise from the source files, fix them, bump a new + 2. If there is any new crate published locally, add + [ibcbot](https://crates.io/users/ibcbot) to its owners list. + 3. In case problems arise from the source files, fix them, bump a new patch version (e.g. `v0.48.1`) and repeat the process with its corresponding new tag. 10. Once the tag is pushed, wait for the CI bot to create a GitHub release,