github.com/openimsdk/tools@v0.0.49/.github/release-drafter.yml (about) 1 # Copyright © 2023 OpenIM. All rights reserved. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 15 name-template: 'v$RESOLVED_VERSION 🌈' 16 tag-template: 'v$RESOLVED_VERSION' 17 categories: 18 - title: '🚀 Features' 19 labels: 20 - 'feature' 21 - 'enhancement' 22 - title: '🐛 Bug Fixes' 23 labels: 24 - 'kind/fix' 25 - 'kind/feature' 26 - 'enhancement' 27 - 'kind/documentation' 28 - 'good first issue' 29 - title: '🧰 Maintenance' 30 label: 'chore' 31 change-template: '- $TITLE @$AUTHOR (#$NUMBER)' 32 change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. 33 version-resolver: 34 major: 35 labels: 36 - 'major' 37 minor: 38 labels: 39 - 'minor' 40 patch: 41 labels: 42 - 'patch' 43 default: patch 44 template: | 45 ## Changes $PREVIOUS_TAG 46 47 $CHANGES 48 49 ## Contributors to this $REPOSITORY release 50 51 $CONTRIBUTORS