Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

0.0.12

Compare
Choose a tag to compare
released this 04 Mar 16:01
· 16 commits to master since this release

Linux

curl -L https://github.com/jenkins-x-quickstarts-labs/step-go-releaser/releases/download/v0.0.12/step-go-releaser-linux-amd64.tar.gz | tar xzv 
sudo mv step-go-releaser /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x-quickstarts-labs/step-go-releaser/releases/download/v0.0.12/step-go-releaser-darwin-amd64.tar.gz | tar xzv
sudo mv step-go-releaser /usr/local/bin

Changes

Bug Fixes

  • make standalone so we dont need to install other dependencies (goreleaser) into the jxl image

Chores

  • remove unneeded root command