Skip to content

MisterMX/crossplanereleaser

Repository files navigation

XPReleaser

Like Goreleaser but for Crossplane packages.

Usage

Build and push artifacts to a registry:

crossplanereleaser release

To just build artifacts:

crossplanereleaser build

Requirements

Crossplanereleaser does not deal packages by itself but instead uses external tools for that which need to be available in your system:

  • git to generate package meta information.
  • crank for package building
  • crane for image publishing.