/
minecraftbackup
/
PlaceholderAPI
Обзор
Документация
Войти
/
minecraftbackup
/
PlaceholderAPI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/release.yml
24 строки
624 B
Andre_601
Add release.yml for automatic release drafts
09 окт 2021, 19:39
Не верифицирован
09 окт 2021, 19:39
6e1eb88
Код
Авторство
О чём код?
# # This file is used to automatically draft new release changelogs in GitHub. # Read more: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes # changelog: exclude: labels: - 'Action: No Changelog' categories: - title: 'Breaking Changes' labels: - 'Type: Breaking' - title: 'Additions' labels: - 'Type: New Feature' - title: 'Changes' labels: - 'Type: Enhancement' - title: 'Fixes' labels: - 'Type: Bugfix' - title: 'Other changes' labels: - '*' # Catch every other PR not labeled with an "exclude" label.