Skip to content

v0.76.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 22 Jul 21:07
· 5 commits to refs/heads/main since this release
ddd413c

🚀 Enhancements

feat: adds support for track_latest @gberenice (#246) ## what

why

  • Allow users to make the task definitions track always the latest one if track_latest is set to true.

references

🤖 Automatic Updates

Update .github/settings.yml @osterman (#245) ## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update .github/settings.yml @osterman (#244) ## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write @osterman (#241) ## what - Update workflow (`.github/workflows/release.yaml`) to have permission to comment on PR

why

  • So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#240) ## what - Update workflows (`.github/workflows`) to use shared workflows from `.github` repo

why

  • Reduce nested levels of reusable workflows