40dac2e25d | ||
---|---|---|
.github | ||
data | ||
hassrelease | ||
script | ||
tests | ||
.gitignore | ||
.isort.cfg | ||
README.md | ||
requirements-test.txt | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
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.
- Create a GitHub token with
public_repo
andread:user
rights and write it to.token
file in the repository directory. - 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.