ghr

Upload multiple artifacts to GitHub Release in parallel

MIT License

Downloads
221
Stars
1.2K
Committers
42

Bot releases are hidden (Show)

ghr -

Published by Songmu about 2 years ago

v0.15.0 (2022-08-17)

  • Allow to use Generate Release Notes function of GitHub #138 (neilgierman)
ghr -

Published by Songmu over 3 years ago

v0.14.0 (2021-06-15)

ghr -

Published by Songmu about 5 years ago

v0.13.0 (2019-09-16)

ghr -

Published by Songmu over 5 years ago

v0.12.2 (2019-07-08)

ghr -

Published by Songmu over 5 years ago

v0.12.1 (2019-04-30)

ghr -

Published by Songmu about 6 years ago

ghr -

Published by Songmu about 6 years ago

ghr - v0.10.2

Published by Songmu about 6 years ago

ghr - v0.10.1

Published by Songmu over 6 years ago

ghr - v0.10.0

Published by Songmu over 6 years ago

ghr - v0.9.0

Published by Songmu over 6 years ago

ghr - https://github.com/tcnksm/ghr/releases/tag/v0.5.4

Published by tcnksm almost 8 years ago

ghr - https://github.com/tcnksm/ghr/releases/tag/v0.5.3

Published by tcnksm almost 8 years ago

ghr - https://github.com/tcnksm/ghr/releases/tag/v0.5.2

Published by tcnksm about 8 years ago

ghr - v0.5.1

Published by tcnksm about 8 years ago

ghr - https://github.com/tcnksm/ghr/releases/tag/v0.5.0

Published by tcnksm about 8 years ago

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