/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/release-drafter.yml
54 строки
1 KB
Jacco van den Berg
Fix 404 to samples in release drafter (#11933)
15 окт 2024, 22:12
Не верифицирован
15 окт 2024, 22:12
bb5ca38
Код
Авторство
О чём код?
name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - title: 'Breaking Changes' labels: - 'breaking change' - title: 'Enhancements' labels: - 'type: enhancement' - title: 'Performance' labels: - 'type: performance' - title: 'Bugs Fixed' labels: - 'type: bug' - title: 'Types' labels: - 'type: types' - title: 'Documentation' labels: - 'type: documentation' - title: 'Development' labels: - 'type: chore' - 'dependencies' exclude-labels: - 'type: infrastructure' change-template: '- #$NUMBER $TITLE' change-title-escapes: '\<*_&`#@' version-resolver: major: labels: - 'breaking change' minor: labels: - 'type: enhancement' patch: labels: - 'type: bug' - 'type: chore' - 'type: types' default: patch template: | # Essential Links * [npm](https://www.npmjs.com/package/chart.js) * [Migration guide](https://www.chartjs.org/docs/$RESOLVED_VERSION/migration/v4-migration.html) * [Docs](https://www.chartjs.org/docs/$RESOLVED_VERSION/) * [API](https://www.chartjs.org/docs/$RESOLVED_VERSION/api/) * [Samples](https://www.chartjs.org/docs/$RESOLVED_VERSION/samples/information.html) $CHANGES Thanks to $CONTRIBUTORS