Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:23
16925df

1.3.0 (2024-06-22)

Feature

  • Search multiple ENV variables for the GitHub Access Token. (ab6383c)
  • Output the token used so that users can easily identify the token used. (44a5bc3)

Bug Fixes

  • Added line spacing after error messages to match success line spacing. (3d04f7f)
  • If limit of 60 returned we know a token hasn't been specified (6d0a676)

Documentation

  • Added Usage instructions (267257e)

Tests

  • removed codecoverage for future release (13a18d8)
  • CircleCI code coverage tests (f915c55)
  • Added test for return value having a limit of 60 (955e75a)

Build

  • Added ldflags to local make for binaries (2947656)
  • Added codecoverage to build step (0075dcc)