Skip to content

Commit 5fb84fb

Browse files
committed
feat: add release tag checklist to streamline tagging process
1 parent 8cf0006 commit 5fb84fb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tag_release.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)