Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 612 Bytes

RELEASE.md

File metadata and controls

27 lines (26 loc) · 612 Bytes

Release checklist

  • Make sure you have a GITHUB_TOKEN set.
    export GITHUB_TOKEN="..."
  • Choose the next release tag.
    export RELEASE_TAG="v..."
  • Run
    earth \
      --build-arg RELEASE_TAG \
      --secret GITHUB_TOKEN \
      --push -P +release
  • Run
    earth \
      --build-arg RELEASE_TAG \
      --build-arg GIT_USERNAME=vladaionescu \
      --build-arg GIT_NAME="$(git config user.name)" \
      --build-arg GIT_EMAIL="$(git config user.email)" \
      --secret GITHUB_TOKEN \
      --push +release-homebrew