What problem does it solve?
Releasing StockFinLens safely involves coordinating version tags, tests, changelogs, and GitHub releases; without a structured workflow, releases can skip steps, cause misversioning, or introduce unstable builds.
Core Features & Use Cases
- End-to-end release orchestration: run tests, update wails.json, update CHANGELOG, commit/tag/push, build binaries, and publish a GitHub release
- Guardrails and audit trail: stop on any failed step and report status for compliance and reproducibility
- Version control discipline: enforce next-version selection by user against recent tags to prevent jumping versions
- Use Case: A development team wants a repeatable, auditable release process that prevents versioning mistakes and ensures artifact correctness
Quick Start
Run the release skill to guide you through validating the repository, updating version files, and publishing a GitHub release, stopping at any failed step.