Skip to content

Commit

Permalink
Vanity release to get manifest.json version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Nov 28, 2024
1 parent 76fed79 commit 3a388a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ uv run python -m unittest discover -s tests/ -v
python3 -m unittest discover -s tests/ -v
```

### Making a new release

1. Update the version number in `manifest.json`
2. Tag the release
3. Make a GitHub release

The new release should be picked up by HACS momentarily.

## License

GNU GENERAL PUBLIC LICENSE version 3
2 changes: 1 addition & 1 deletion custom_components/extron/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "extron",
"name": "Extron",
"version": "0.1.0",
"version": "0.2.3",
"codeowners": [
"@Jalle19"
],
Expand Down

0 comments on commit 3a388a6

Please sign in to comment.