# hass-release **Repository Path**: cuasloi/hass-release ## Basic Information - **Project Name**: hass-release - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-17 - **Last Updated**: 2025-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 --help` to get information about a particular command.