Skip to content

fix: revert partial 30.1.1 release to allow clean re-release#1027

Merged
craigcarlyle merged 1 commit intomainfrom
fix/revert-partial-release
Apr 3, 2026
Merged

fix: revert partial 30.1.1 release to allow clean re-release#1027
craigcarlyle merged 1 commit intomainfrom
fix/revert-partial-release

Conversation

@craigcarlyle
Copy link
Copy Markdown
Contributor

Summary

  • Reverts the chore(release): 30.1.1 commit that was pushed by a partially-failed semantic-release run.
  • The previous run successfully pushed the version bump and tag but failed to publish to npm (EOTP error) or create a GitHub release.
  • The v30.1.1 tag has already been deleted.
  • Once this merges, semantic-release will trigger and cleanly create 30.1.1 with OIDC npm publishing.

Test plan

  • Merge and verify the Release workflow succeeds, publishing @doist/reactist@30.1.1 to npm.

Made with Cursor

@craigcarlyle craigcarlyle self-assigned this Apr 3, 2026
@craigcarlyle craigcarlyle added the 👀 Show PR Used for PRs that need a review, but can be merged when CI is green. label Apr 3, 2026
@craigcarlyle craigcarlyle requested review from a team and rfgamaral and removed request for a team April 3, 2026 17:51
@craigcarlyle craigcarlyle enabled auto-merge (squash) April 3, 2026 17:51
@craigcarlyle craigcarlyle disabled auto-merge April 3, 2026 17:51
@craigcarlyle craigcarlyle merged commit 64c6447 into main Apr 3, 2026
@craigcarlyle craigcarlyle deleted the fix/revert-partial-release branch April 3, 2026 17:51
doist-release-bot bot added a commit that referenced this pull request Apr 3, 2026
## [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))
@doist-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 30.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@doist-release-bot doist-release-bot bot added the Released PRs that have been merged and released label Apr 3, 2026
Copy link
Copy Markdown
Member

@doistbot doistbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Share FeedbackReview Logs

"name": "@doist/reactist",
"description": "Open source React components by Doist",
"version": "30.1.1",
"version": "30.1.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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.

Copy link
Copy Markdown
Member

@rfgamaral rfgamaral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Labels

Released PRs that have been merged and released 👀 Show PR Used for PRs that need a review, but can be merged when CI is green.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants