From 6f9feb8f93e5498ef42a0d8ee989dd991ed5625a Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 11 Jan 2026 20:59:33 +0100 Subject: [PATCH] Mark Hacker News submission as completed - Added completion status to HN submission in post-release checklist - Included discussion URL: https://news.ycombinator.com/item?id=46577551 --- scripts/post-release.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/post-release.md b/scripts/post-release.md index 3c4e82b..b717b15 100644 --- a/scripts/post-release.md +++ b/scripts/post-release.md @@ -27,10 +27,11 @@ After successfully releasing v1.0.0, follow this checklist to maximize visibilit Tested on real hardware! https://github.com/gesellix/bose-soundtouch" ``` -- [ ] **Hacker News** submission: +- [x] **Hacker News** submission: ✅ **COMPLETED** ``` Title: "Bose SoundTouch Go Library – Complete API with WebSocket Events" URL: https://github.com/gesellix/bose-soundtouch + HN Discussion: https://news.ycombinator.com/item?id=46577551 ``` ### Social Media @@ -220,4 +221,4 @@ When you've completed a section, check it off and note the date: - [ ] Medium-term Actions completed: ___/___/___ - [ ] First success metrics achieved: ___/___/___ -**Remember**: Great libraries grow through genuine utility and community engagement, not just promotion. Focus on helping developers solve real problems! 🚀 \ No newline at end of file +**Remember**: Great libraries grow through genuine utility and community engagement, not just promotion. Focus on helping developers solve real problems! 🚀