mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			51 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Copyright © 2023 OpenIM. 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.
 | |
| 
 | |
| name-template: 'v$RESOLVED_VERSION 🌈'
 | |
| tag-template: 'v$RESOLVED_VERSION'
 | |
| categories:
 | |
|   - title: '🚀 Features'
 | |
|     labels:
 | |
|       - 'feature'
 | |
|       - 'enhancement'
 | |
|   - title: '🐛 Bug Fixes'
 | |
|     labels:
 | |
|       - 'kind/fix'
 | |
|       - 'kind/feature'
 | |
|       - 'enhancement'
 | |
|       - 'kind/documentation'
 | |
|       - 'good first issue'
 | |
|   - title: '🧰 Maintenance'
 | |
|     label: 'chore'
 | |
| change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
 | |
| change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
 | |
| version-resolver:
 | |
|   major:
 | |
|     labels:
 | |
|       - 'major'
 | |
|   minor:
 | |
|     labels:
 | |
|       - 'minor'
 | |
|   patch:
 | |
|     labels:
 | |
|       - 'patch'
 | |
|   default: patch
 | |
| template: |
 | |
|   ## Changes $PREVIOUS_TAG
 | |
| 
 | |
|   $CHANGES
 | |
| 
 | |
|   ## Contributors to this $REPOSITORY	release
 | |
| 
 | |
|   $CONTRIBUTORS	 |