ghr

Upload multiple artifacts to GitHub Release in parallel

MIT License

Downloads
221
Stars
1.2K
Committers
42

Bot releases are visible (Hide)

ghr - 0.4.0 (2014-12-17)

Published by tcnksm almost 10 years ago

Added

  • Support Github Enterprise (supported by @zoncoen)
  • Add more tests

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • --delete sometimes breaks relase. This is temporary solution.
ghr - 0.3.0 (2014-12-15)

Published by tcnksm almost 10 years ago

Added

  • goole/go-github for GitHub API client
  • --stat option to show how many release downloaded
  • Color output

Deprecated

  • Nothing

Removed

  • Old GitHub API client

Fixed

  • Nothing
ghr - 0.2.0 (2014-12-09)

Published by tcnksm almost 10 years ago

Added

  • Read GITHUB_TOKEN from gitconfig file (@sona-tar, #8)
  • When using --delete option, delete its git tag
  • Support private repository (@virifi, #10)
  • Many refactoring

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
ghr - 0.1.2 (2014-10-09)

Published by tcnksm about 10 years ago

Added

  • --replace option to replace artifact if it exist
  • --delete option to delete release in advance if it exist
  • tcnksm/go-gitconfig for extracting git config values

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
ghr - 0.1.1 (2014-08-06)

Published by tcnksm about 10 years ago

Added

  • Limit amount of parallelism by the number of CPU
  • --username option to set Github username
  • --token option to set API token
  • --repository option to set repository name
  • --draft option to create unpublished release
  • --prerelease option to create prelerease

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
ghr - Initial Release

Published by tcnksm about 10 years ago