Home Assistant release helper scripts
Go to file
dependabot[bot] 83416c9879
Bump actions/checkout from 4.1.5 to 4.1.6 (#55)
2024-05-20 08:37:30 +02:00
.github Bump actions/checkout from 4.1.5 to 4.1.6 (#55) 2024-05-20 08:37:30 +02:00
data Improve flow 2017-03-23 23:25:12 -07:00
hassrelease Work arround for names containing commas (#43) 2022-12-30 00:18:27 +01:00
script Add setup scriptT 2021-01-19 10:10:29 +01:00
tests Fix tests 2020-02-02 16:32:34 -08:00
.gitignore Added setup.py file (#3) 2018-04-23 13:52:11 -04:00
.isort.cfg Sort imports (#18) 2019-02-11 11:59:49 +01:00
README.md Add line break (#17) 2019-02-11 11:54:05 +01:00
requirements-test.txt Fix black 2022-05-15 11:18:20 +02:00
requirements.txt Read HA version from pyproject.toml (#42) 2022-07-08 08:45:10 +02:00
setup.cfg Migrate to GitHub Actions (#28) 2020-06-16 18:27:15 -07:00
setup.py Bump github3.py (#45) 2022-12-19 12:37:17 +01:00

README.md

Home Assistant Release helpers

Some helper scripts to help to make a new release.

This repository needs to have the same parent directory as your checked out Home Assistant repository.

  1. Create a GitHub token with public_repo and read:user rights and write it to .token file in the repository directory.
  2. Run pip3 install -e . to install the dependencies.

The package is now installed. Run hassrelease --help for additional info. Run hassrelease <command> --help to get information about a particular command.