fix: revert partial 30.1.1 release to allow clean re-release#1027
fix: revert partial 30.1.1 release to allow clean re-release#1027craigcarlyle merged 1 commit intomainfrom
Conversation
This reverts commit f18c451.
## [30.1.1](v30.1.0...v30.1.1) (2026-04-03) ### Bug Fixes * pass NPM_TOKEN to semantic-release in release workflow ([#1026](#1026)) ([cc23af1](cc23af1)) * preserve spacing for loose lists in Prose component ([#1025](#1025)) ([67d6aae](67d6aae)) * revert partial 30.1.1 release to allow clean re-release ([#1027](#1027)) ([64c6447](64c6447))
|
🎉 This PR is included in version 30.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
doistbot
left a comment
There was a problem hiding this comment.
This PR reverts a partial version bump to allow the release pipeline to cleanly retry publishing version 30.1.1. Resolving this will help unblock the pipeline and successfully publish the package. However, keeping the current fix: prefix might inadvertently include this revert in the newly generated release notes, so consider using a non-release commit type like chore: when merging to keep the changelog clean.
| "name": "@doist/reactist", | ||
| "description": "Open source React components by Doist", | ||
| "version": "30.1.1", | ||
| "version": "30.1.0", |
There was a problem hiding this comment.
[P2] Reverting the version files alone does not fully restore the original 30.1.1 release state if this branch lands with its current fix: conventional commit type. semantic-release generates notes from commits since v30.1.0, so the recreated 30.1.1 will also include this revert as an extra bug-fix entry.
Use a non-release commit type for the revert (for example chore:) or override the squash commit title so the regenerated 30.1.1 only contains the original #1025/#1026 fixes.
Summary
chore(release): 30.1.1commit that was pushed by a partially-failed semantic-release run.v30.1.1tag has already been deleted.Test plan
@doist/reactist@30.1.1to npm.Made with Cursor