Release scripts for the esphomelib framework
Go to file
Jesse Hills 733e7b2eb9
Use strategy ours to auto merge as dev should always be correct
2024-05-15 18:37:56 +12:00
esphomerelease Use strategy ours to auto merge as dev should always be correct 2024-05-15 18:37:56 +12:00
.gitignore Update supporters (#2) 2020-12-21 16:06:22 -03:00
NOTES.md Rename master branches to release/main (#7) 2021-07-02 15:42:12 +02:00
README.md esphomerelease v2 2020-07-25 22:28:21 +02:00
config.sample.json esphomerelease v2 2020-07-25 22:28:21 +02:00
pylintrc esphomerelease v2 2020-07-25 22:28:21 +02:00
requirements.txt PyYAML minor bump to fix AttributeError: cython_sources 2024-01-22 19:13:56 -06:00
setup.cfg esphomerelease v2 2020-07-25 22:28:21 +02:00
setup.py Black formatting 2021-05-03 22:37:26 +12:00
supporters.template.rst Update supporter template 2021-05-04 20:06:49 +12:00

README.md

ESPHome Release Scripts

This repo contains ESPHome's 90% automated release scripts.

See NOTES.md for more information on the release process.

To install use the command pip3 install -e .

The scripts use a configuration file with some secrets in the config.json file.

Run cp config.{sample.,}json and edit config.json. You need to generate a GitHub personal access token at https://github.com/settings/tokens (scopes: repo).