We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f510c commit 40d611dCopy full SHA for 40d611d
2 files changed
.gitignore
@@ -144,3 +144,5 @@ pytest_buckets.txt
144
.claude
145
146
release_notes.txt
147
+
148
+uv.lock
release.sh
@@ -32,7 +32,7 @@ git commit -am "v$VERSION" --no-verify
32
33
script/setup
34
uv pip install -r requirements_test_all.txt
35
-pytest tests/components/teslemetry
+uv run pytest tests/components/teslemetry
36
37
read -p "Press Enter to release..."
38
@@ -46,6 +46,6 @@ cd ../../..
46
gh release create v$VERSION -F release_notes.txt --repo Teslemetry/hass-teslemetry -t "Beta v$VERSION"
47
gh release upload v$VERSION teslemetry.zip --repo Teslemetry/hass-teslemetry
48
rm teslemetry.zip
49
-git push
+git push --set-upstream origin release-$VERSION
50
git checkout main
51
git restore .
0 commit comments