dockerize icon indicating copy to clipboard operation
dockerize copied to clipboard

Improve build/release

Open powerman opened this issue 6 years ago • 0 comments

  • Update to Go 1.11 and use Go modules instead of glock.
  • Use CircleCI and ghr tool to automate releases instead of Makefile.

You'll need to setup https://circleci.com/ account (free), add this project, generate personal token at https://github.com/settings/tokens with only permission "public_repo" and add it to CircleCI project's env vars as GITHUB_TOKEN. This way tagged releases will be automatically published on github like this: https://github.com/powerman/dockerize/releases/tag/v0.6.2 (which makes it easier for users to download and install, because it's just single static binary).

powerman avatar Nov 18 '18 12:11 powerman