Automatic versioning
Relicta reads your history and calculates the correct semantic version, including prereleases and build metadata.
AI-powered release management
Relicta reads your commits, calculates the right semantic version, writes polished notes, and publishes across your channels. One CLI for the entire release workflow.
$ relicta plan
• Current: v1.2.3
• Next: v1.3.0 (minor)
• Commits: 14
$ relicta notes --ai
✓ Release notes drafted
✓ Changelog updated
$ relicta publish
✓ Tag v1.3.0 created
✓ GitHub release posted
✓ npm package published
✓ Slack notified Why teams choose Relicta
Relicta combines conventional commits, AI summaries, and an approval flow so you can ship confidently every time.
Relicta reads your history and calculates the correct semantic version, including prereleases and build metadata.
Generate polished notes with your preferred AI provider (OpenAI, Anthropic, Gemini, Azure, Ollama) and keep them consistent.
Ship to GitHub releases, npm, Slack, LaunchNotes, and more via gRPC plugins. Extend with your own targets.
Plan, review, and approve before publishing. Dry runs let you see every change without touching your repo.
Use the GitHub Action for zero-install pipelines or run the binary directly. Checksums included for every release.
Guided setup, JSON output for automation, and sensible defaults so you get value in minutes.
Demo the flow
Try the core commands locally or wire them into your pipeline. The output stays predictable and copy-paste ready.
$ relicta plan
✓ Detects next version from commits
✓ Shows diff, change types, and release type
$ relicta notes --ai
✓ Generates release notes and changelog
✓ Uses your preferred AI provider
$ relicta approve
✓ Locks the plan with auditability
$ relicta publish
✓ Tags repo, runs plugins, posts release name: Release
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: relicta-tech/relicta-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ai-provider: openai
publish: true Zero-install CI: the action downloads the right binary, verifies checksums, and runs the full workflow.
See it in action
A quick peek at how Relicta keeps releases auditable and predictable.
Get started fast
Pick your path: Homebrew, direct download, or Go install.
brew install relicta-tech/tap/relicta curl -L https://github.com/relicta-tech/\
relicta/releases/latest/download/relicta_\
Darwin_aarch64.tar.gz | tar xz
sudo mv relicta_Darwin_aarch64/relicta /usr/local/bin/ go install github.com/relicta-tech/relicta/cmd/relicta@latest Workflow
Analyze commits, detect the right bump, and preview what will ship.
Draft changelog entries and release notes with AI tone control.
Lock in the plan, capture approver context, and keep an audit trail.
Create tags, release artifacts, and trigger plugins for your channels.
For stakeholders
Relicta shortens release prep, reduces hotfixes, and keeps an audit trail so leadership and compliance teams stay aligned.
Install Relicta and keep your releases consistent, auditable, and stress-free.