From 36106cc08d427721f206a1a82e26d43206d12cb8 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sun, 24 Jan 2021 21:18:06 +0100 Subject: [PATCH] Small README tweaks (#2460) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e8269264..5a65bad15 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Development instructions can be found [here][development]. Releases are done in 3 stages (channels) with this structure: -1. Pull requests are merged to the `main` branch +1. Pull requests are merged to the `main` branch. 2. A new build is pushed to the `dev` stage. -3. Releases are published +3. Releases are published. 4. A new build is pushed to the `beta` stage. -5. The [`stable.json][stable] file is updated -6. The build that was pushed to `beta` will now be pushed to `stable` +5. The [`stable.json`][stable] file is updated. +6. The build that was pushed to `beta` will now be pushed to `stable`. [development]: https://developers.home-assistant.io/docs/supervisor/development [stable]: https://github.com/home-assistant/version/blob/master/stable.json