Skip to content

Instantly share code, notes, and snippets.

@pmichali
Created February 20, 2018 14:41
Show Gist options
  • Save pmichali/3a76140358554576ca61d946b37a961c to your computer and use it in GitHub Desktop.
Save pmichali/3a76140358554576ca61d946b37a961c to your computer and use it in GitHub Desktop.
• releasing...
• loading config file file=.goreleaser.yml
• SETTING DEFAULTS FOR:
• loading environment variables
• snapshoting
• releasing to GitHub
• creating archives
• building binaries
• creating Linux packages with fpm
• creating Linux packages with nfpm
• creating Linux packages with snapcraft
• calculating checksums
• signing artifacts
• creating Docker images
• releasing to Artifactory
• creating homebrew formula
• creating Scoop Manifest
• CHECKING ./DIST
• --rm-dist is set, cleaning it up
• GETTING AND VALIDATING GIT STATE
• releasing v1.0.0, commit 9f14b0256d90854c122f53450fe780abab67e5bd
• WRITING EFFECTIVE CONFIG FILE
• writing config=dist/config.yaml
• GENERATING CHANGELOG
• LOADING ENVIRONMENT VARIABLES
• BUILDING BINARIES
• building binary=dist/linux_amd64/lazyjack
• building binary=dist/linux_386/lazyjack
• added new artifact name=lazyjack path=dist/linux_amd64/lazyjack type=%!s(artifact.Type=2)
• added new artifact name=lazyjack path=dist/linux_386/lazyjack type=%!s(artifact.Type=2)
• CREATING ARCHIVES
• creating archive=dist/lazyjack_1.0.0_linux_amd64.tar.gz
• creating archive=dist/lazyjack_1.0.0_linux_386.tar.gz
• added new artifact name=lazyjack_1.0.0_linux_386.tar.gz path=dist/lazyjack_1.0.0_linux_386.tar.gz type=%!s(artifact.Type=0)
• added new artifact name=lazyjack_1.0.0_linux_amd64.tar.gz path=dist/lazyjack_1.0.0_linux_amd64.tar.gz type=%!s(artifact.Type=0)
• CREATING LINUX PACKAGES WITH FPM
• skipped reason=no output formats configured
• CREATING LINUX PACKAGES WITH NFPM
• skipped reason=no output formats configured
• CREATING LINUX PACKAGES WITH SNAPCRAFT
• skipped reason=no summary nor description were provided
• CALCULATING CHECKSUMS
• added new artifact name=lazyjack_1.0.0_checksums.txt path=dist/lazyjack_1.0.0_checksums.txt type=%!s(artifact.Type=5)
• checksumming file=lazyjack_1.0.0_linux_386.tar.gz
• checksumming file=lazyjack_1.0.0_linux_amd64.tar.gz
• SIGNING ARTIFACTS
You need a passphrase to unlock the secret key for
user: "*******"
4096-bit RSA key, ID *****
• added new artifact name=lazyjack_1.0.0_checksums.txt.sig path=dist/lazyjack_1.0.0_checksums.txt.sig type=%!s(artifact.Type=6)
• CREATING DOCKER IMAGES
• skipped reason=docker section is not configured
• RELEASING TO ARTIFACTORY
• skipped reason=artifactory section is not configured
• RELEASING TO GITHUB
• creating or updating release repo=git@github-k8s:pmichali/lazyjack tag=v1.0.0
• release updated url=
⨯ release failed after 50.77s error=POST https://api.github.com/repos/git@github-k8s:pmichali/lazyjack/releases: 404 Not Found []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment