Skip to content

Commit

Permalink
docs(release-process): add clickhouse-auto-import to images list
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Dec 6, 2024
1 parent 27d3a8b commit cbd975e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
1. Set AR_IO_NODE_RELEASE environment variable in `docker-compose.yaml` to the
same value used in `src/version.ts`.
1. Commit the version change and push to `develop`.
1. Once images builds are complete, set the core, envoy, and litestream image
tags in `docker-compose.yaml`.
1. Once images builds are complete, set the clickhouse-auto-import, core,
envoy, and litestream image tags in `docker-compose.yaml`.
1. Tag the release in git.
1. Merge to `main`.

Expand All @@ -21,6 +21,6 @@
`src/version.ts`.
1. Set AR_IO_NODE_RELEASE environment variable in `docker-compose.yaml` to the
same value used in `src/version.ts`.
1. Set core, envoy, and litestream image tags back to 'latest' in
`docker-compose.yaml`.
1. Set clickhouse-auto-import, core, envoy, and litestream image tags back to
'latest' in `docker-compose.yaml`.
1. Create a new `[Unreleased]` entry in `CHANGELOG.md`.

0 comments on commit cbd975e

Please sign in to comment.