What problem does it solve?
Release management for TrueNorth involves coordinating tags, deployment status, diffs, and release notes across multiple services. This Skill automates those tasks to reduce manual effort and risk of miscommunication.
Core Features & Use Cases
- Tag releases using tnctl rls tag to trigger deployments and create versioned artifacts for all relevant services.
- Monitor deployment status across services with tnctl rls status, with optional filters by repo or service.
- View diffs for a repository using tnctl rls diff to review pending changes before release.
- Generate consolidated release notes across repos with tnctl rls note for stakeholder communication.
Quick Start
Use the rls skill to perform common release operations:
- Check current status for a repo: tnctl rls status --repo=truenorth-web --output json
- See pending changes for a repo: tnctl rls diff --repo=truenorth-web --output json
- Dry-run a release tag: tnctl rls tag --repo=truenorth-web
- Create and push a release tag (requires human approval): tnctl rls tag --repo=truenorth-web --minor --no-dryrun --push
- Monitor deployment status: tnctl rls status --repo=truenorth-web --output json