Skip to content

chore: reset version to 0.0.0 after failed 0.1.0 release#12

Merged
ivanasabi merged 1 commit into
mainfrom
chore/reset-version-0.0.0
Jul 20, 2026
Merged

chore: reset version to 0.0.0 after failed 0.1.0 release#12
ivanasabi merged 1 commit into
mainfrom
chore/reset-version-0.0.0

Conversation

@ivanasabi

Copy link
Copy Markdown
Contributor

Summary

A prior release run pushed a 0.1.0 bump directly to main and marked the initial entries as released, but publishing failed (prettier check on the generated CHANGELOG). This PR resets the repo so the release can be retried cleanly.

  • Revert version 0.1.00.0.0 in package.json and package-lock.json (root + packages[""]).
  • Move the initial entries back under ## [Unreleased] / ### Added, removing the premature [0.1.0] section and release links.

Related: the workflow was fixed separately (push to main + develop) to run prettier --write on the generated CHANGELOG, and the stray 0.1.0 git tag was deleted.

Test plan

  • Version reads 0.0.0 in both package.json and package-lock.json.
  • prettier --check CHANGELOG.md passes.
  • On merge, the release job bumps the version and publishes without the prepublishOnly failure.

A failed release run pushed a 0.1.0 bump and marked the initial entries
as released. Revert to 0.0.0 and move them back under Unreleased so the
release can be retried cleanly.

Signed-off-by: Ivan Alvarez Sabin <ivanasabi@ext.inditex.com>
@ivanasabi
ivanasabi requested a review from a team as a code owner July 20, 2026 12:25
@github-actions

Copy link
Copy Markdown

❗ This Pull Request will not trigger a release

A Pull Request with no release-type/... labels will not trigger a release, so you need to label this PR if you want to create a release.

@ivanasabi ivanasabi added the release-type/minor Minor version release label Jul 20, 2026
@github-actions

Copy link
Copy Markdown

🚀 Release Preview Success

You are going to release the version minor with the following changes:

0.1.0 - 2026-07-20

Added

  • Initial OSS repository shell.
  • Original code, including the diff highlighting plugin, and the example React application.

💡 Merge Strategy: Create a merge commit

Remember to use the 'Create a merge commit' strategy to merge this Pull Request (chore/reset-version-0.0.0main).

@ivanasabi
ivanasabi merged commit 720848b into main Jul 20, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-type/minor Minor version release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant