Skip to content

v1.0.1

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 26 Mar 19:10
· 2 commits to main since this release
chore: Upgrade GitHub Action runtime from Node 20 to Node 24 @goruha (#63) ## Summary - Update `action.yml` runtime from `node20` to `node24` - Bump `engines.node` in `package.json` from `>=20` to `>=24` - Rebuild `dist/index.js`

Test plan

  • Verify the action runs successfully in a workflow using Node 24
  • Confirm no runtime errors from bundled dependencies

🤖 Generated with Claude Code

🤖 Automatic Updates

Replace Makefile with atmos.yaml @osterman (#60) ## what - Remove `Makefile` - Add `atmos.yaml`

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos
Replace Makefile with atmos.yaml @osterman (#58) ## what - Remove `Makefile` - Add `atmos.yaml`

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos
Update .github/settings.yml @osterman (#39) ## 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