github suzuki-shunsuke/tfcmt v3.2.2

latest releases: v4.10.0, v4.9.1, v4.9.0...
2 years ago

Pull Requests | Issues | v3.2.1...v3.2.2

Features

#288 (apply): Get the associated pull request with commit

The behavior of getting notification destination (pull request or commit) in tfcmt apply is improved.

AS IS

  1. Get pull request number from commit message
  2. Get SHA from previous commit

TO BE

  1. Get pull request number from associated pull request with GitHub API. https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit
  2. Get SHA from current commit

By getting associated pull request via GitHub API, this works even if the pull request was merged by squash merge.

Others

#279 Update Go to v1.18.1
#280 Update go-github to v43
#277 #278 #284 #287 Refactoring

Don't miss a new tfcmt release

NewReleases is sending notifications on new releases.