Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 660 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 660 Bytes

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.