We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf0006 commit 5fb84fbCopy full SHA for 5fb84fb
tag_release.md
@@ -0,0 +1,17 @@
1
+## Release Tag Checklist for home-assistant-pocketsmith
2
+### Step 1 — Confirm your code is ready
3
+Before tagging, make sure:
4
+- All changes are committed and pushed to main
5
+- You've restarted Home Assistant and verified no errors in the logs
6
+- Sensors are reporting correctly in Developer Tools → States (search pocketsmith)
7
+
8
+### Step 2 — Create and push the release tag
9
10
+Run these two commands in Claude Code (or your terminal) from inside your repo directory:
11
12
+```bash
13
+git tag v0.4.4
14
+git push origin tag v0.4.4
15
+```
16
17
+Let me know once that's done and I'll walk you through Step 3.
0 commit comments