Skip to content

Releases: tcnksm/ghr

0.4.0 (2014-12-17)

16 Dec 15:23
Compare
Choose a tag to compare

Added

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

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • --delete sometimes breaks relase. This is temporary solution.

0.3.0 (2014-12-15)

15 Dec 15:39
Compare
Choose a tag to compare

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

0.2.0 (2014-12-09)

09 Dec 14:46
Compare
Choose a tag to compare

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

0.1.2 (2014-10-09)

08 Oct 16:51
Compare
Choose a tag to compare

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

0.1.1 (2014-08-06)

21 Aug 15:38
Compare
Choose a tag to compare

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

Initial Release

29 Jul 13:02
Compare
Choose a tag to compare
v0.1.0

Update changelog