Commit Graph

36 Commits

Author SHA1 Message Date
rhysd 51a5df79bb fix releasing executables for windows 2017-12-30 14:18:51 +09:00
rhysd dd5ef80683 add badges and links to CI and doc and coverage 2017-12-30 14:14:08 +09:00
rhysd f09afda6e4 Merge branch 'fix-tests-windows' 2017-12-30 14:04:12 +09:00
rhysd b0a66e95eb consider .exe file extension for command path 2017-12-30 13:45:19 +09:00
rhysd cf74f35eed consider .exe is added to executable on Windows 2017-12-30 13:41:34 +09:00
rhysd 75e095f048 run CI on Windows using AppVeyor 2017-12-30 13:38:11 +09:00
rhysd 0d267357c7 run CI on Travis CI 2017-12-30 13:32:46 +09:00
rhysd 0cce7553af add more logs 2017-12-30 13:25:42 +09:00
rhysd fd8fc6616a add an example to update with confirm 2017-12-30 13:12:56 +09:00
rhysd dde1bc1c6c add license 2017-12-30 12:58:21 +09:00
rhysd db4d3941f8 describe .exe is also available 2017-12-30 12:52:59 +09:00
rhysd f1c1ec1871 add introduction to godoc 2017-12-30 12:31:07 +09:00
rhysd fa237fa7bf describe differences from tj/go-update 2017-12-30 12:21:23 +09:00
rhysd 08f51f54ab revise README 2017-12-30 12:21:23 +09:00
rhysd f44b3ad7b4 do not calculate header of log when disabled 2017-12-30 12:21:23 +09:00
rhysd 79d641a2f6 add tests for downloading and updating binary 2017-12-30 12:21:23 +09:00
rhysd a40a048a1c ignore env.sh 2017-12-30 12:21:23 +09:00
rhysd 7eef061d32 do not run E2E test on short mode 2017-12-30 12:21:23 +09:00
rhysd 9cf8d19c61 add tests for uncompressing .zip and .gzip 2017-12-30 12:21:23 +09:00
rhysd 4e9b48163c seprate uncompress() to another file 2017-12-30 12:21:23 +09:00
rhysd ed171e0fb6 fix checking response when API returns an error 2017-12-30 12:21:23 +09:00
rhysd 11f67e340f wip: e2e 2017-12-30 12:21:23 +09:00
rhysd 0c3940241c tweak fields of Release struct and add docs for them 2017-12-28 17:39:13 +09:00
rhysd 9c8dc3199b fix an example command and UpdateSelf() 2017-12-28 17:34:18 +09:00
rhysd 8618b269c4 first implementation of binary update with uncompressing 2017-12-28 17:30:13 +09:00
rhysd 231184f71b enable to use .gzip for releases 2017-12-28 13:46:26 +09:00
rhysd 6fe53791b2 allow releases which are not archived 2017-12-27 13:08:16 +09:00
rhysd 0840390e9e move make-release.sh to scripts/ 2017-12-27 13:06:51 +09:00
rhysd ca265cb877 show latest version and release notes in example 2017-12-27 13:01:55 +09:00
rhysd b709a54c2d add document URL and description to Release struct 2017-12-27 12:16:26 +09:00
rhysd 7cdec8424f consider draft/prerelease and remember asset URL 2017-12-26 18:45:52 +09:00
rhysd 49bc104362 automatically detect version prefix (and omit it) 2017-12-26 12:04:43 +09:00
rhysd f0345e54e2 fix typo in README 2017-12-26 11:48:09 +09:00
rhysd 1124782254 implement logger and DetectLatest() 2017-12-26 11:46:52 +09:00
rhysd d3edf54df9 add script to release binaries for all platforms 2017-12-25 17:04:55 +09:00
rhysd 36aa168a14 draft of README and an example command 2017-12-25 16:55:01 +09:00