chore(.github): Adds file for creating automatic changelogs.

This commit is contained in:
Gustavo de Rosa 2022-05-15 13:12:48 -03:00 коммит произвёл Gustavo Rosa
Родитель 8f99511191
Коммит 1c5798a67f
1 изменённых файлов: 28 добавлений и 0 удалений

28
.github/release.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,28 @@
changelog:
categories:
- title: Computer Vision
labels:
- cv
- title: Datasets
labels:
- datasets
- title: Natural Language Processing
labels:
- nlp
- title: Neural Architecture Search
labels:
- algorithms
- nas
- title: Cleanups and Refactors
labels:
- cleanup
- refactor
- title: Dependencies, Documentation, Examples and Tests
labels:
- dependencies
- documentation
- examples
- tests
- title: Bug Fixes
labels:
- bug