Releases: dtan4/ghrls
v0.2.1
v0.2.0
v0.2.0-rc1
Changelog
f3f7343 Make some functions private
4cf1764 Add .goreleaser.yml
6091a5a Add DescribeRelease function
0579943 Add GitHub Actions workflow for testing
46f4ca8 Add badge of GitHub Actions
a8de435 Add dependabot.yml
584872d Add more configrations for the current Go stack
913518b Add workflow to release binaries using GoReleaser
715f2d0 Brush up document
2a7b33b Create RepositoriesServiceClient
b0d41f8 Define ClientInterface
8581eaa Delete .travis.yml
00bb69d Disable Go Modules explicitly
a32615c Implement ListReleasesNew
3790884 Install dep before make deps
4671158 Make some functions private
999cee8 Move HTTP client creation to GitHub package
911a134 Move Release and Tag definitions
9305425 Remove "make deps" from README
0e2b132 Remove Glide files
5aea356 Remove Glide set up
ddf6ea7 Remove additional CI configurations for dep
8551db5 Remove additional configurations
fab84ee Remove all dep related targets from Makefile
3bd9e7e Remove dep related files
1daf67e Remove makeReleaseMap function
58884eb Rename ListTagsNew to ListTagsAndReleases
7a2baf7 Rename doGet to RunGet and change args
8ed2c57 Rename doList to RunList and change arguments
1abeb27 Replace cross-build command to using GoReleaser
ee0c62c Retrieve all tags instead of releases
723b3b1 Revert "Remove additional configurations"
358c84b Specify the correct repo path
7635a80 Test with Go 1.11
425d76f Tidy up golang.org/x/oauth2 dependencies
908ee28 Upgrade cobra to the latest one
268e3c5 Upgrade go-github to v33
2ccc27b Use DescribeRelease function in get command
fb43255 Use Go 1.11 in CI
4764c38 Use Go 1.16 in CI
b821e97 Use ListTagsNew in command implementation
9cbf013 Use dep in Makefile
e0d6249 Write Homebrew and Releases installation methods
c0d6417 Write a test for NewClient
d54d87d Write tests using the mock of GitHub API client
8a7d459 Write unit tests for get command
b5f8434 Write unit tests for list command
296450f dep init
9ef71ae go mod init
0a187a2 go mod tidy
Merge pull request #4 from dtan4/prepare-v0.1.0
Write CHANGELOG for initial release