github.com/iter8-tools/iter8@v1.1.2/.github/release-config.yaml (about) 1 name-template: 'Version $NEXT_PATCH_VERSION of Iter8' 2 tag-template: 'v$NEXT_PATCH_VERSION' 3 tag-prefix: 'v' 4 categories: 5 - title: 'π Features' 6 labels: 7 - 'kind/enhancement' 8 - title: 'π§Ή Cleaned or removed features' 9 label: 'remove' 10 - title: 'π Bug Fixes' 11 labels: 12 - 'kind/bug' 13 - title: 'π§° Maintenance' 14 label: 'chore' 15 - title: 'π Documentation' 16 labels: 17 - 'kind/docs' 18 - title: 'π¦ CI' 19 labels: 20 - 'area/CI' 21 change-template: '- #$NUMBER: $TITLE' 22 template: | 23 ## Whatβs Changed 24 $CHANGES