mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	* feat: set docs openim-server url address fix Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * fix: add openim code fix Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
		
			
				
	
	
		
			67 lines
		
	
	
		
			981 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			981 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| bin: git
 | |
| style: github
 | |
| template: CHANGELOG.tpl.md
 | |
| info:
 | |
|   title: CHANGELOG
 | |
|   repository_url: https://github.com/openimsdk/open-im-server
 | |
| 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: "<regexp>"
 | |
|     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 |