Browse Source

Add required ESPHome version work step for release

release/2023.4.0
Maurice Makaay 1 year ago
parent
commit
f7dc8e0688
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      doc/release_plan.md

+ 2
- 0
doc/release_plan.md View File

@ -14,6 +14,8 @@ The minimum ESPHome version requirement must be documented correctly in the foll
* doc/installation.md (at the start of the file) * doc/installation.md (at the start of the file)
* README.md (at the start of the quick start guide) * README.md (at the start of the quick start guide)
* CHANGELOG.md (at the start of the log for the released version) * CHANGELOG.md (at the start of the log for the released version)
* components/xiaomi_bslamp2/__init__.py in the CONFIG_SCHEMA
(cv.require_esphome_version(YEAR, MONTH, PATHLEVEL))
**Create version release branch** **Create version release branch**


Loading…
Cancel
Save