# Copyright © 2023 OpenIM SDK. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. bin: git style: github template: CHANGELOG.tpl.md info: title: CHANGELOG repository_url: https://github.com/openimsdk/openim-sdk-core options: tag_filter_pattern: '^v' sort: "date" commits: filters: Type: - feat - fix - perf - refactor - docs - test - chore - ci - build sort_by: Scope commit_groups: group_by: Type sort_by: Title title_order: - feat - fix - perf - refactor - docs - test - chore - ci - build title_maps: feat: Features header: pattern: "" pattern_maps: - PropName issues: prefix: - # refs: actions: - Closes - Fixes merges: pattern: "^Merge branch '(\\w+)'$" pattern_maps: - Source reverts: pattern: "^Revert \"([\\s\\S]*)\"$" pattern_maps: - Header notes: keywords: - BREAKING CHANGE