Skip to content

Commit

Permalink
Update version in README.md (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso authored Oct 11, 2024
1 parent ccc5ff9 commit 3df0511
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
7 changes: 6 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3df0511

Please sign in to comment.