From 3df0511f786c097025e3691329009db5c1c663d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haris=20Osmanagi=C4=87?= Date: Fri, 11 Oct 2024 09:54:35 +0200 Subject: [PATCH] Update version in README.md (#1904) --- README.md | 4 ++-- docs/releases.md | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 567b086b8..f0aef580d 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Download the right `.deb` file for your machine architecture from the [latest release](https://github.com/conduitio/conduit/releases/latest), then run: ```sh -dpkg -i conduit_0.10.0_Linux_x86_64.deb +dpkg -i conduit_0.12.0_Linux_x86_64.deb ``` ### RPM @@ -124,7 +124,7 @@ Download the right `.rpm` file for your machine architecture from the [latest release](https://github.com/conduitio/conduit/releases/latest), then run: ```sh -rpm -i conduit_0.10.0_Linux_x86_64.rpm +rpm -i conduit_0.12.0_Linux_x86_64.rpm ``` ### Build from source diff --git a/docs/releases.md b/docs/releases.md index 8d0f7b56b..18edec92d 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -58,7 +58,12 @@ the same directory. 1. Write a blog post. 2. Regenerate processor documentation on [`conduit-site`](https://github.com/ConduitIO/conduit-site). -3. Update banner on the web-site ([example](https://github.com/ConduitIO/conduit-site/pull/47/files#diff-cc8abb6104e21d495dc8f64639c7b03419226d920d1c545df51be9b0b73b2784)). +3. Update banner on the + web-site ([example](https://github.com/ConduitIO/conduit-site/pull/47/files#diff-cc8abb6104e21d495dc8f64639c7b03419226d920d1c545df51be9b0b73b2784)). +4. Search for the latest version in `conduit-site` and replace with new + version (e.g. search for 0.11.1 and replace with 0.12.0) +5. Search for the latest version in [README.md](../README.md) and replace with + new version (e.g. search for 0.11 and replace with 0.12) ## Releasing Conduit