Skip to content

Releases: mh-cbon/gh-api-cli

5.0.0

30 Sep 11:56
Compare
Choose a tag to compare
  • ci: add mac binaries
  • dependencies:
    • go-gihub added new context parameters,
      as a consequence all related metods takes
      an additionnal context parameters.
    • other dependencies were updated too, with no direct impact (semver, cli)

Contributors : mh-cbon

4.0.3

07 Sep 17:54
Compare
Choose a tag to compare
  • ci: upate tokens
  • asset download: fix concurrency

Contributors : mh-cbon

4.0.2

21 Apr 17:05
Compare
Choose a tag to compare
  • bump: fix README generation
  • asset download: add concurrency, improve output

Contributors : mh-cbon

4.0.1

05 Jan 07:45
Compare
Choose a tag to compare
  • appveyor: tryfix to build msi package

Contributors : mh-cbon

4.0.0

05 Jan 07:36
Compare
Choose a tag to compare
  • cli(minor): add new guess parameter to compute repository owner/name from the cwd
  • cli(break): remove author email parameter from create-release command
  • gh.GetReleaseById(break): renamed to GetReleaseByID
  • gh.ReleaseId(break): renamed to ReleaseID
  • gh.CreateRelease(break): removed authoremail parameter
  • dl.Asset(break): renamed SourceUrl to SourceURL
  • Applied linters
  • Updated dependencies
  • appveyor: update choco key

Contributors : mh-cbon

3.0.4

04 Aug 14:32
Compare
Choose a tag to compare
  • choco: refine the choco package information to pass chocolatey validation and get th package published
  • README
  • appveyor: update gh token
  • release: update release script
  • README: update install section
  • build: update travis file to use more env
  • build: changed appveyor gh token

Contributors : mh-cbon

3.0.3

29 Jul 22:32
Compare
Choose a tag to compare
  • build: fix appveyor script

Contributors : mh-cbon

3.0.2

29 Jul 22:21
Compare
Choose a tag to compare
  • build: fix appveyor script
  • changelog: 3.0.1

Contributors : mh-cbon

3.0.1

29 Jul 22:20
Compare
Choose a tag to compare
  • build: add choco package
  • README: updated usage section

Contributors : mh-cbon

3.0.0

29 Jul 21:48
Compare
Choose a tag to compare
  • cli: add token argument to use instead of named auth
  • cli: add rm-assets command
  • cli: add rm-release command
  • test: initialize tests
  • [BREAK] most API: replaced username/password/OTP arguments
    by and instance of github.Client

Contributors : mh-cbon