v0.17.0 - 2024-10-14
- Add -latest flag to specify latest release or not by @danudey in #152
- Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #158
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #160
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #161
- update deps and go version by @Songmu in #162
v0.16.2 - 2023-10-16
- disable cgo. fixes #154. by @shogo82148 in #155
v0.16.1 - 2023-10-12
- drop pkg/errors dependency by @Songmu in #148
- Miscellaneous fixes: coding convention fixes and some typo fixes by @itchyny in #149
- Bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0 by @dependabot in #150
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #153
v0.16.0 - 2022-09-26
- introduce modern releng stack by @Songmu in #141
- Go 1.19 and update deps by @Songmu in #143
- update go-github to v47 by @Songmu in #144
- add freebsd and arm64 to built artifacts by @Songmu in #145
- find a draft release before creating new one by @Songmu in #146
v0.15.0 (2022-08-17)
- Allow to use Generate Release Notes function of GitHub #138 (neilgierman)
v0.14.0 (2021-06-15)
- udpate deps #134 (Songmu)
- fix lint warnings #133 (shogo82148)
- Migrate to GitHub Actions #132 (shogo82148)
- Allow use of ENV Varaibles to run tests which upload to github #130 (JehandadK)
v0.13.0 (2019-09-16)
- Show the exact
gofmt
command in README #117 (roschaefer) - just release without files #118 (roschaefer)
- Fix typo #114 (roschaefer)
v0.12.2 (2019-07-08)
- exclude hidden file #113 (karupanerura)
v0.12.1 (2019-04-30)
- introduce go modules #112 (Songmu)
- Fix typo in readme and help command #110 (chrishelgert)
- Reformat help text to make it more man-like and matching flag set #106 (realloc)
- Fix a typo in README #104 (felixonmars)
v0.12.0 (2018-08-25)
- update README.md #103 (Songmu)
- Update README with current options #95 (scorphus)
- Add go 1.11 to .travis.yml #102 (shuheiktgw)
- Add new option to skip execution of ghr if a release with a specified tag already exists #101 (shuheiktgw)
v0.11.0 (2018-08-23)
- Ready for releasing and do trivial fixed #100 (Songmu)
- Add option to set release title #98 (chfast)
- Fix to open file in a retry loop #99 (shuheiktgw)
v0.10.2 (2018-07-27)
- Fix typos in the project #94 (shuheiktgw)
- update deps #93 (Songmu)
v0.10.1 (2018-07-08)
- Small fixes GitHub #92 (shuheiktgw)
- Remove redundant string declaration #91 (shuheiktgw)
v0.10.0 (2018-05-08)
v0.9.0 (2018-04-07)
- introduce motemen/gobump and adjust releng scripts #85 (Songmu)
- Retry API Requests up to 3 times on releasing #84 (Songmu)
- update deps #83 (Songmu)
- colors on Windows #72 (mattn)
- Fix arguments check #64 (kanata2)
- follow #68 and #69 #82 (Songmu)
- Add terminal line-break where it is missing in some CLI error messages #78 (aurelienrb)
- Atomic release (change release strategy to prevent users from seeing empty or halfway release) #74 (Songmu)
- Update deps #81 (Songmu)
- Introduce Go1.10 #80 (Songmu)
- fix CI environment #79 (Songmu)
- Add pagination to ListAssets call #61 (Luzifer)
- Add a slash at the end of endpoint #59 (linyows)
- formatting changes #62 (robphoenix)
- Fix typo #63 (sanemat)
- Fix git config command option in README.md #58 (syossan27)
- Feature/fix test #57 (tcnksm)
- Added Name to solve issue with wrong heading #56 (jeppefrandsen)
- Allow to specify body #55
- Fix overlapping of DeleteRelease and CreateRelease #52
- Output format
- Can not use GitHub Enterprise environment #48
- Format verbs shows up on output #50
- Nothing
-stat
option
- Nothing
- Refactoring & Adding a lots of tests
- Support Github Enterprise (supported by @zoncoen)
- Add more tests
- Nothing
- Nothing
--delete
sometimes breaks relase. This is temporary solution.
- goole/go-github for GitHub API client
--stat
option to show how many tool downloaded- Color output
- Many refactorings
- Nothing
- Old GitHub API client
- Nothing
- Read
GITHUB_TOKEN
fromgitconfig
file (@sona-tar, #8) - When using
--delete
option, delete its git tag - Support private repository (@virifi, #10)
- Many refactoring
- Nothing
- Nothing
- Nothing
--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
- Nothing
- Nothing
- Nothing
- 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
- Nothing
- Nothing
- Nothing
Initial release
- Add Fundamental features
- Nothing
- Nothing
- Nothing