/
githubmirror
/
certbot
Обзор
Документация
Войти
/
githubmirror
/
certbot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
towncrier.toml
25 строк
610 B
Brad Warren
disable towncrier wrapping (#10538)
17 янв 2026, 00:15
Не верифицирован
17 янв 2026, 00:15
1ea3519
Код
Авторство
О чём код?
[tool.towncrier] package = "certbot" directory = "newsfragments" filename = "certbot/CHANGELOG.md" title_format = "## {version} - {project_date}" issue_format = "[#{issue}](https://github.com/certbot/certbot/issues/{issue})" issue_pattern = "\\d+" ignore = [] # Our three custom news fragment types, declared in order of how we'd like them # to appear in the changelog [[tool.towncrier.type]] directory = "added" name = "Added" showcontent = true [[tool.towncrier.type]] directory = "changed" name = "Changed" showcontent = true [[tool.towncrier.type]] directory = "fixed" name = "Fixed" showcontent = true