Skip to content

Releases: dtan4/ghrls

v0.2.1

22 Feb 17:25
ec70008
Compare
Choose a tag to compare

Changelog

ec70008 Add CHANGELOG for v0.2.1
0f6bd29 Add item to v0.2.0 CHANGELOG
4c76e4a Correct test command for Homebrew
4c7e20d Get version number from Git tag

v0.2.0

22 Feb 17:15
b87481d
Compare
Choose a tag to compare

Changelog

b87481d Add CHANGELOG for v0.2.0

v0.2.0-rc1

22 Feb 17:10
913518b
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

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

20 Jan 01:22
Compare
Choose a tag to compare
Write CHANGELOG for initial release