mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added towncrier and clone changelog from GitHub Releases page
This commit is contained in:
parent
16cf6419d3
commit
d10485cd5b
8 changed files with 634 additions and 1 deletions
|
|
@ -81,6 +81,7 @@ sphinx-copybutton = "^0.3.1"
|
|||
furo = "^2021.6.18-beta.36"
|
||||
sphinx-prompt = "^1.3.0"
|
||||
Sphinx-Substitution-Extensions = "^2020.9.30"
|
||||
towncrier = "^21.3.0"
|
||||
|
||||
|
||||
[tool.poetry.extras]
|
||||
|
|
@ -131,6 +132,13 @@ known_third_party = [
|
|||
"pytest"
|
||||
]
|
||||
|
||||
[tool.towncrier]
|
||||
package = "aiogram"
|
||||
filename = "CHANGES.rst"
|
||||
directory = "CHANGES/"
|
||||
template = "CHANGES/.template.rst.jinja2"
|
||||
issue_format = "`#{issue} <https://github.com/aiogram/aiogram/issues/{issue}>`_"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue