Skip to content

v1.31.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 20:23
· 9 commits to refs/heads/master since this release
743c047
Consolidate auto-release workflow @goruha (#372)

what

  • Use cloudposse/github-action-auto-release in auto-release.yaml workflow

why

  • Solve old nodejs warning
  • Reduce duplication of code

🐛 Bug Fixes

Use installed packages, segregate executables by platform @Nuru (#375)

what

  • Workaround an issue in some versions of Gnu Make (notably v3.81 distributed by Apple in macOS) where changes to PATH do not affect simple recipes
  • Segregate installed binaries by platform
  • Fix typo in #374

why

  • After installing needed tools, the tools were not accessible
  • Ensure that tools installed for one platform do not clobber tools needed for a different platform
  • Dependency misspelled, breaking auto-readme

references