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.
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 20+ targets: GitHub, GitLab, npm, PyPI, Docker, Homebrew, Slack, Teams, and more. Build custom plugins with the gRPC SDK.
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.
Ecosystem
Publish to every major platform with zero configuration. All plugins are open source and installable via the CLI.
Install any plugin with one command:
relicta plugin install github npm docker slack View all plugin docs New in v2.2
Built-in risk assessment and governance for AI-assisted and agentic workflows. Keep humans in control of high-impact changes.
Automatic risk scoring based on blast radius, actor trust level, and security impact of changes.
Automatically detects security-related commits via scope patterns and keywords. Flags auth, crypto, and vulnerability fixes.
Configurable policies with conditions and actions. Require human approval for breaking changes or high-risk releases.
Historical tracking of releases, incidents, and actor behavior for continuous improvement of risk assessment.
Demo the flow
One command or step-by-step control. The output stays predictable and copy-paste ready.
$ relicta release
→ Planning...
✓ Analyzed 12 commits since v2.5.0
✓ Next version: 2.6.0 (minor)
→ Bumping version...
✓ Created tag v2.6.0
→ Generating notes...
✓ AI-powered release notes ready
✓ CHANGELOG.md updated
→ Approving...
✓ Risk score: 18% (low)
✓ Release approved
→ Publishing...
✓ Tag pushed to origin
✓ GitHub release created
✓ Slack notification sent
✨ Released v2.6.0 For CI/CD: relicta release --yes
$ relicta plan
✓ Detects next version from commits
✓ Shows diff, change types, release type
$ relicta bump
✓ Applies version, creates git tag
$ relicta notes --ai
✓ Generates release notes + 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 }} Zero-install CI: downloads binary, verifies checksums, runs the full workflow.
See CI/CD in action
See it in action
A quick peek at how Relicta keeps releases auditable and predictable.
Quick looks
A few stills from the new walkthrough so visitors can skim the flow without playing the video.
Get started fast
Pick your path: Homebrew, direct download, or Go install.
From install to first release in under 2 minutes
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
Use one command for speed, or individual steps for control.
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.