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: add automatic changelog update workflow
Adds a GitHub Actions workflow that:
- Triggers when PRs are merged to main
- Automatically updates CHANGELOG.md
- Creates a new PR with the changelog update
- Determines change type from PR title
- Increments version number automatically
* docs: add automated changelog documentation
Adds information about:
- Automated CHANGELOG.md updates
- Change type detection
- Version increments
- PR creation
0 commit comments