Skip to content

Fix semantic-release: remove git plugin, fix deps#388

Merged
Data-Wise merged 2 commits intomainfrom
dev
Feb 15, 2026
Merged

Fix semantic-release: remove git plugin, fix deps#388
Data-Wise merged 2 commits intomainfrom
dev

Conversation

@Data-Wise
Copy link
Owner

Summary

  • Remove @semantic-release/git, @semantic-release/changelog, and @semantic-release/npm plugins
  • These plugins push commits back to main, which is blocked by branch protection
  • Keep commit-analyzer, release-notes-generator, and github plugins for automated GitHub releases
  • Fix missing devDependencies (semantic-release, commit-analyzer, github, conventional-changelog-conventionalcommits)

Test plan

  • CI release workflow completes successfully on merge
  • GitHub release is created automatically with release notes

🤖 Generated with Claude Code

Test User and others added 2 commits February 14, 2026 22:46
Remove plugins that push commits back to main (git, changelog, npm)
since branch protection blocks direct pushes. Keep commit-analyzer,
release-notes-generator, and github plugins for automated releases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Data-Wise Data-Wise merged commit 72beab5 into main Feb 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant