Skip to content

v0.3.0

Choose a tag to compare

@liblaf liblaf released this 02 Nov 14:22
40c7428

0.3.0 - 2025-11-02

💥 BREAKING CHANGES

  • convert project to TypeScript GitHub Actions - (ef94fc8)

✨ Features

  • auth: add GitHub App authentication action - (1df313f)
  • release-please: add GitHub Actions workflow for automated releases - (f7e8d52)
  • release-please: configure release-please for automated releases - (5b1211a)

🐛 Bug Fixes

  • build: Downgrade bunup to 0.14.19 - (3f294a9)
  • build: pin bunup version to 0.14.19 - (f930764)
  • delete-cancelled-runs: improve error handling for non-404 errors - (62a7bef)
  • delete-cancelled-runs: handle 404 errors when deleting runs - (9b273c2)
  • octokit: temporarily disable RequestError instance checks - (e0cd5f5)
  • release: gracefully handle errors during release deletion - (2e2f534)
  • setup-pages: use Octokit constructor directly - (fe19027)
  • skip-duplicate: Make skip-duplicate and delete-cancelled-runs steps non-blocking - (996912f)
  • update repository references from actions-ts to actions - (1468568)

⬆️ Dependencies

  • deps: update @octokit/openapi-types to ^26 - (4dccc8a)

📝 Documentation

  • Add README with project title - (08d35ec)
  • add deprecation warning to README - (73bdd58)

♻ Code Refactoring

  • actions: Wrap action entrypoints with error handling - (77a969a)
  • build: use fluent API for copy plugin in bunup config - (47f28bc)
  • octokit: standardize on octokit package and remove build step - (c03644b)

👷 Build System

  • deps: update @octokit/openapi-types and bunup dependencies - (0190df1)

🔧 Continuous Integration

  • deploy: Trigger deployment on published releases - (212e095)
  • deploy: remove skip-duplicate job and condition from build job - (38efaad)
  • deploy: remove concurrency group and rename skip job - (c9b3bb2)
  • tsc: enable pretty output for TypeScript check - (4b70d53)
  • tsc: Add TypeScript check workflow - (7649850)

❤️ New Contributors