Skip to content

fix(release): revert manual version bump to unblock semantic-release#21

Merged
JonasJesus42 merged 1 commit intomainfrom
fix/release-version-bump
Apr 22, 2026
Merged

fix(release): revert manual version bump to unblock semantic-release#21
JonasJesus42 merged 1 commit intomainfrom
fix/release-version-bump

Conversation

@JonasJesus42
Copy link
Copy Markdown
Contributor

@JonasJesus42 JonasJesus42 commented Apr 22, 2026

Summary

  • PR feat(registry): declarative catalogue of installable apps #20 bumped package.json version from 1.3.1 to 1.4.0 directly.
  • Release workflow (semantic-release + @semantic-release/exec) runs npm version 1.4.0 --no-git-tag-version during prepare, which errors out with "Version not changed" when the file already matches.
  • Revert to 1.3.1 so semantic-release can perform the bump itself and cut the 1.4.0 release.

Context

After PR #20 merged, the Release workflow failed on main. The registry.ts feature is on main but has not been published. This revert unblocks the release.

Test plan

  • CI Release workflow succeeds on main after merge
  • npm view @decocms/apps version returns 1.4.0
  • npm view @decocms/apps exports includes ./registry

🤖 Generated with Claude Code


Summary by cubic

Reverts package.json version from 1.4.0 to 1.3.1 so semantic-release can perform the bump during prepare. Fixes the "Version not changed" error and unblocks publishing @decocms/apps@1.4.0.

Written for commit bc8e485. Summary will update on new commits.

Previous PR set version to 1.3.1 -> 1.4.0 by hand, but the Release
workflow (semantic-release + @semantic-release/exec) runs
"npm version 1.4.0 --no-git-tag-version" during prepare, which errors
with "Version not changed" when the file already matches. Revert to
1.3.1 so semantic-release can bump it itself.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@JonasJesus42 JonasJesus42 merged commit ca70bcc into main Apr 22, 2026
1 check passed
@JonasJesus42 JonasJesus42 deleted the fix/release-version-bump branch April 22, 2026 22:56
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant