Skip to content

Releases: pmatseykanets/gh-tools

v0.9.5

17 Oct 05:36
7c77b69
Compare
Choose a tag to compare

Changelog

7c77b69 gitignore codecov coverage report (#29)
7c4b008 build: Fix goreleaser env vars (#28)
f6737a2 build: Fix goreleaser args (#27)
0007acd build: Use code checkout depth 0 (#26)
a72b7ed Binary releases (#25)
0652ebe Fix password prompt on Windows (#24)
8552a8f gh-pr: Fix missing EOL when output no changes in create mode (#23)

0.9.0

23 Sep 18:41
0e71ee2
Compare
Choose a tag to compare

Added

  • Added a new tool gh-watch for managing notification subscriptions across GitHub repositories

0.8.0

23 Sep 14:27
f98dfa0
Compare
Choose a tag to compare

Added

  • gh-pr: Add ability to patch existing PRs

0.7.0

11 Sep 02:17
f229c20
Compare
Choose a tag to compare

Added

  • Add a new flag no-repo to all tools

Fixed

  • Fix an issue with the use of an unbuffered channel in signal.Notify call

Changed

  • Run builds with Go 1.17 in CI

0.6.3

24 Jan 01:36
fc851af
Compare
Choose a tag to compare

Changed

  • gh-pr: Document -script-file flag
  • gh-pr: readme: Add an example
  • readme: Document required OAuth scopes

0.6.2

11 Jan 04:24
5913edb
Compare
Choose a tag to compare

Changed

  • gh-pr: Output PR url when the remote branch already exists

0.6.1

10 Jan 01:07
a56ef2b
Compare
Choose a tag to compare

Fixed

  • Fixed issue with RepoFinder's apply()

Changed

  • gh-pr: Show which repo it's working on

0.6.0

09 Jan 06:18
3821513
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with reading the token from the auth.yml

Changed

  • gh-finder: Add new flags
    • -archived Include archived repositories
    • -list-details List details (file type, author, size, last commit date)
    • -no-fork Don't include fork repositories
    • -no-grep= The pattern to reject the file contents
    • -no-private Don't include private repositories
    • -no-public Don't include public repositories

Added

  • gh-pr: Initial implementation

0.5.0

02 Jan 22:36
8e15327
Compare
Choose a tag to compare

Added

  • gh-find: Added -max-results, -max-repo-results, -size -max-grep-results, and -no-matches flags

Changed

  • gh-find: Flags -maxdepth and -mindepth renamed to -max-depth and -min-depth respectively.

0.4.0

01 Jan 04:56
9e64774
Compare
Choose a tag to compare

Changed

  • Unified common flags across tools
  • Extended and unified the ways to infer and set GitHub access token