Skip to content

Releases: imjasonh/apidiff-action

v0.0.3

30 Jul 16:35
5739748
Compare
Choose a tag to compare

What's Changed

  • Fix critical issue: commit dist/index.js by @imjasonh in #11

Full Changelog: v0.0.2...v0.0.3

v0.0.2

30 Jul 12:46
a627281
Compare
Choose a tag to compare
Remove release workflow (#10)

The release workflow is not needed when creating releases through
GitHub's UI. The workflow was failing because:

1. Creating a release in GitHub UI automatically creates the tag
2. The tag creation triggers the workflow
3. The workflow tries to create a release that already exists

Since releases are being created manually through the UI, this
workflow adds no value and only causes confusion with failures.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <[email protected]>

v0.0.1

30 Jul 12:33
ca7b01f
Compare
Choose a tag to compare

Initial commit