Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: refine changelog generation and categorization
- Change the changelog configuration to use `git` instead of `github` - Update the regular expressions for `feat` and `fix` changelog categories - Replace the `Refactor` changelog category with `Enhancements` and update its regular expression - Add new changelog categories for `Refactor`, `Build process updates`, and `Documentation updates` with specific ordering - Remove filters that excluded commits with messages matching certain patterns (e.g., `docs`, `CICD`, `typo`) from the changelog Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information