Skip to content

v0.13.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 28 Mar 19:43
· 6 commits to refs/heads/main since this release
feat: Support alternate token for sync mode @milldr (#66) ## what - Add option to specify a different token for sync mode

why

  • We need permission to 2 different repo: the desire state repo (to update manifests) and the app repo (to send sync mode updates)

references

  • n/a

🤖 Automatic Updates

Update .github/settings.yml @osterman (#63) ## 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