Skip to content

v2.7.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 05 Dec 23:09
· 2 commits to refs/heads/main since this release
34f65dc
Support commit binary files @goruha (#48) ## What * Support commit binary files * Support adding new files * Support delete removed filed * Fix latest tag version sort * Create PRs based on current branch * Added exception message if trying to commit files bigger then 100M * Fix PR body table format

Why

  • Some components contain images or other binary files
  • New version component can have new files
  • New version component can drop some files
  • Get the latest tag based on semver sorting
  • Use the current branch as the base for PR (it used to be the default branch as the base)
  • As we commit binary files, Github required files bigger then 100M to use Large blob storage API
  • Have nice table formatting