Skip to main content

kmdo pub

Release engineering, simplified

Synopsis

Release engineering, simplified.

kmdo is a release automation tool, built with love and care by Jeff and @caarlos0 and other many contributors.

Complete documentation is available at https://pub.kumose.cc/kmdo

Examples


# Initialize your project:
kmdo pub init

# Verify your configuration:
kmdo pub check

# Verify dependencies:
kmdo pub healthcheck

# Build the binaries only:
kmdo pub build

# Run a snapshot release:
kmdo pub release --snapshot

# Run a complete release:
kmdo pub release

Options

  -h, --help      help for kmdo
--verbose Enable verbose mode

See also