Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.2.4 — Launch automation: OG PNG + ops scripts

Latest

Choose a tag to compare

@abk1969 abk1969 released this 09 May 15:30
· 1 commit to main since this release

Completes the 7 launch-day actions to the limit of what is automatable.

What's automated

  • OG PNG renderedassets/og-card.png (1280×640, 312KB) from the SVG via svgexport. Ready to upload to Settings → Social preview.
  • Launch day driverbin/launch-day.ps1 pre-flight + clipboard + compose URLs.
  • Real-time monitorbin/monitor.ps1 stars / forks / skills.sh installs / PR status with tier-based suggestions.
  • Gating-aware re-submitbin/awesome-resubmit.ps1 for VoltAgent when threshold hit (stars ≥ 10, installs ≥ 50).

What stays UI-bound (genuinely)

GitHub does not expose API surfaces for these — verified by querying the GraphQL schema:

  • Pin DiscussionpinDiscussion mutation does not exist (only pinIssue / pinIssueComment). UpdateDiscussionInput has no pinned field.
  • Upload OG image — Settings → Social preview is UI-only.
  • Publish to LinkedIn / Dev.to / Hacker News — auth-bound to your accounts.

The launch-day script handles these by opening the right URL and copying pre-formatted text to the clipboard, so the user only needs to paste + click publish.

See bin/README.md for operational details.