You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
390 B

  1. # Release plan
  2. All development is done in the `dev` branch. Once the development branch is
  3. ready for a new production release, the following steps are followed:.
  4. - branch `Year.Month.Version-release` from `dev`.
  5. Before release, check if the minimum version requirement for ESPHome is documented
  6. correctly in the following files:
  7. * doc/installation.md
  8. * README.md
  9. * CHANGELOG.md