atrelease

command
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Overview

Command releaseagent is an autonomous release preparation tool.

It auto-detects languages based on project files (go.mod, package.json, etc.) and runs appropriate checks for each language found. It can also generate changelogs, update documentation, and manage the release lifecycle.

Usage:

releaseagent                    # Run validation checks (default)
atrelease check              # Run validation checks
atrelease check /path/to/repo
atrelease check --verbose    # Show detailed output
atrelease check --no-test    # Skip tests
atrelease version            # Show version information

Configuration:

Create a .releaseagent.yaml file to customize behavior:

verbose: true
languages:
  go:
    lint: true
    test: true
    coverage: true
    exclude_coverage: "cmd"
  typescript:
    enabled: true
    paths: ["frontend/"]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL