Releases: suzuki-shunsuke/tfcmt
v4.14.9
Pull Requests | Issues | v4.14.8...v4.14.9
#1861 Fix Homebrew tap to remove the quarantine bit from the binary on a post install hook
v4.14.8
Pull Requests | Issues | v4.14.7...v4.14.8
#1857 Update Go to 1.24.5
#1857 Release SBOM
#1857 Add license files of Go and Go Modules to released assets
v4.14.8-0
v4.14.7
Pull Requests | Issues | v4.14.6...v4.14.7
🐛 Bug Fixes
#1776 Fix a bug GitHub Access Token is required even if it's unused
This is a bug of tfcmt v4.14.6
v4.14.6
Pull Requests | Issues | v4.14.5...v4.14.6
Fixes
#1758 Enable the update of pull request labels even if --output
option is enabled @ijin
Caution
Due to this change, --output
option requires a GitHub Access token by default to update labels.
If an error like github token is missing
happens, there are several ways to solve the error.
- Set
--disable-label
option - Set
GITHUB_TOKEN
ref. #1758 (comment)
v4.14.5
Pull Requests | Issues | v4.14.4...v4.14.5
Security
#1743 Upgrade crypto, net and sys packages @matthewrj
Refactor
#1744 Refactor version
command