Skip to content

v1.5.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 08 Aug 14:56
· 11 commits to refs/heads/main since this release
cb75595
feat: Add missed tags @MaxymVlasov (#204) ## what

Add tags to resources where they missed

🤖 Automatic Updates

Update .github/settings.yml @osterman (#201) ## 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 (#199) ## 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 (#198) ## what - Update workflows (`.github/workflows`) to use shared workflows from `.github` repo

why

  • Reduce nested levels of reusable workflows