name-template: 'Readapt $RESOLVED_VERSION'
tag-template: 'rs-$RESOLVED_VERSION'
tag-prefix: rs-
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
change-title-escapes: '\<*_&'
version-resolver:
minor:
labels:
- breaking
default: patch
replacers:
- search: '/- (build|chore|ci|docs|feat|fix|perf|refactor|release|test|security)(\(.*\))?(\!)?\: /g'
replace: '- '
autolabeler:
- label: breaking
title:
- '/^(build|chore|ci|docs|feat|fix|perf|refactor|release|test|security)(\(.*\))?\!\: /'
- label: build
title:
- '/^build/'
- label: documentation
title:
- '/^docs/'
- label: enhancement
title:
- '/^feat/'
- label: fix
title:
- '/^fix/'
- label: performance
title:
- '/^perf/'
- label: release
title:
- '/^release/'
- label: security
title:
- '/^security/'
- label: test
title:
- '/^test/'
- label: ci
title:
- '/^ci/'
- label: refactor
title:
- '/^refactor/'
- label: internal
title:
- '/^chore/'
categories:
- title: 🏆 Highlights
label: highlight
- title: 💥 Breaking changes
label: breaking
- title: 🦀 Features
label: enhancement
- title: 🐛 Fixes
labels:
- fix
- bug
- title: 🚀 Performance improvements
label: performance
- title: 📖 Documentation
label: documentation
- title: 📦 Build system and CI
labels:
- build
- ci
- title: 🔒️ Security
label: security
- title: 🛠️ Other improvements
labels:
- refactor
- internal
- test
exclude-labels:
- skip changelog
- release
template: |
$CHANGES