From c3a310762c3977e0a977e06b5752720cdfff5850 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Tue, 12 Dec 2023 15:35:34 +0100 Subject: [PATCH] Automated PR for router-bridge release v0.5.12+v2.6.2 (#434) next attempt at getting the release past the CI. This is not really automated but it looks for a commit message written that way --- federation-2/router-bridge/RELEASE_CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation-2/router-bridge/RELEASE_CHECKLIST.md b/federation-2/router-bridge/RELEASE_CHECKLIST.md index 5a862635..aff016e1 100644 --- a/federation-2/router-bridge/RELEASE_CHECKLIST.md +++ b/federation-2/router-bridge/RELEASE_CHECKLIST.md @@ -17,7 +17,7 @@ None of the `federation-rs` packages currently maintain changelogs as they are l 1. Then run `npm install` from the `federation-2/router-bridge` directory to let it update the `package-lock.json`. 1. Update the version of `router-bridge` in `Cargo.toml` 1. Run `cargo build -p router-bridge` from the `federation-2/` workspace -1. Push up a commit containing the version bumps with the message `release: $ROUTERBRIDGE_RELEASE_VERSION` +1. Push up a commit containing the version bumps with the message `Automated PR for router-bridge release: $ROUTERBRIDGE_RELEASE_VERSION` 1. Wait for tests to pass on the PR 1. Merge your PR to `main`