fix(release): revert manual version bump to unblock semantic-release#21
Merged
JonasJesus42 merged 1 commit intomainfrom Apr 22, 2026
Merged
fix(release): revert manual version bump to unblock semantic-release#21JonasJesus42 merged 1 commit intomainfrom
JonasJesus42 merged 1 commit intomainfrom
Conversation
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>
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
package.jsonversion from1.3.1to1.4.0directly.semantic-release+@semantic-release/exec) runsnpm version 1.4.0 --no-git-tag-versionduring prepare, which errors out with "Version not changed" when the file already matches.1.3.1so semantic-release can perform the bump itself and cut the1.4.0release.Context
After PR #20 merged, the
Releaseworkflow failed on main. Theregistry.tsfeature is onmainbut has not been published. This revert unblocks the release.Test plan
Releaseworkflow succeeds onmainafter mergenpm view @decocms/apps versionreturns1.4.0npm view @decocms/apps exportsincludes./registry🤖 Generated with Claude Code
Summary by cubic
Reverts
package.jsonversion from 1.4.0 to 1.3.1 sosemantic-releasecan 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.