Release scripts for the esphomelib framework
Go to file
Jesse Hills 150e3499ef
Update user cache
2024-11-13 13:48:44 +13:00
esphomerelease Tell coderabbitai to ignore release PRs 2024-08-28 13:15:38 +12:00
.gitignore Use and save username cache because of GH api limits not returning all contributors 2024-08-28 13:15:22 +12: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 supporters template 2024-06-12 14:10:56 +12:00
users_cache.json Update user cache 2024-11-13 13:48:44 +13: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).