-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance release.py with improved functionality and styling - Add semver dependency for version validation - Implement colorful ASCII art banner - Improve error handling and user feedback - Streamline git operations for release process - Update manifest handling with ordered dict - Enhance overall script structure and readability
- Loading branch information
1 parent
003ffe3
commit b802a0e
Showing
2 changed files
with
155 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "signalrgb-homeassistant" | ||
version = "0.2.4" | ||
version = "0.5.0" | ||
description = "Home Assistant integration for SignalRGB" | ||
authors = ["Stefanie Jane <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -34,6 +34,7 @@ mypy = "^1.11" | |
pylint = "^3.2" | ||
pre-commit = "^3.7.0" | ||
ruff = "^0.5" | ||
semver = "^3.0.2" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters