You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: replace semantic-release with github-actions[bot] release workflow (#16)
* feat: replace semantic-release with github-actions[bot] release workflow
- Remove semantic-release and all related dependencies
- Implement github-actions[bot] based release workflow
- Add manual release trigger with patch/minor/major options
- Use github-actions[bot] identity for version commits and tags
- Maintain dual publishing (npm + GitHub Packages)
- Add automatic GitHub release creation with changelog
- Simplify release process and remove NPM token authentication issues
- Support both automatic (on version change) and manual releases
- Inspired by .examples/sample-repo proven pattern
* docs: update all semantic-release references to github-actions[bot]
- Update README.md release section with new workflow instructions
- Update CONTRIBUTING.md with automatic and manual release processes
- Regenerate package-lock.json without semantic-release dependencies
- Remove all references to semantic-release configuration
- Document new github-actions[bot] based release workflow
* fix: resolve Biome installation and update PR title check
- Reinstall @biomejs/biome to fix missing cli-linux-x64 module
- Update PR title check workflow with better configuration
- Add subject pattern validation and clearer error messages
- Maintain conventional commit enforcement for changelog generation
- Fix linting issues that were blocking CI
* fix: regenerate clean package-lock.json after dependency cleanup
- Remove corrupted node_modules and package-lock.json
- Clean npm install to fix Rollup/Vitest dependency issues
- All tests now passing (55/55)
- Biome linting working correctly
- Complete dependency tree cleanup after semantic-release removal
0 commit comments