Skip to content

fix: remove @semantic-release/git to fix release pipeline#3

Merged
lucaspizzo merged 1 commit into
mainfrom
fix/release-pipeline
Mar 29, 2026
Merged

fix: remove @semantic-release/git to fix release pipeline#3
lucaspizzo merged 1 commit into
mainfrom
fix/release-pipeline

Conversation

@lucaspizzo

Copy link
Copy Markdown
Owner

Summary

  • Removed @semantic-release/git and @semantic-release/changelog plugins — they push back to main which branch protection blocks
  • Removed duplicate test job from release.yml — CI already runs on push to main

npm gets the correct version, GitHub release has the notes, git tag is created.

Checklist

  • Tests pass (npm test)
  • Linter passes (npm run lint)
  • Commit messages follow Conventional Commits

The git plugin pushes changelog/package.json back to main,
which branch protection blocks. Removed it and the duplicate
test job from release workflow.
@lucaspizzo lucaspizzo merged commit eabc215 into main Mar 29, 2026
10 checks passed
@lucaspizzo lucaspizzo deleted the fix/release-pipeline branch March 29, 2026 23:42
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.1.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