mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add AutoPub to auto-publish releases on PR merge
Contributors will henceforth be asked to include a `RELEASE.md` file containing the release type and summary of changes, which will be used by the continuous integration (CI) system to automatically publish a new release to PyPI when the pull request is merged. For more details, see: https://github.com/autopub/autopub
This commit is contained in:
parent
a7e58ac3a3
commit
06dee4de58
3 changed files with 38 additions and 0 deletions
|
|
@ -59,5 +59,12 @@ markdown = ["markdown"]
|
|||
[tool.poetry.scripts]
|
||||
pelican = "pelican.__main__:main"
|
||||
|
||||
[tool.autopub]
|
||||
project-name = "Pelican"
|
||||
git-username = "botpub"
|
||||
git-email = "botpub@autopub.rocks"
|
||||
version-strings = ["setup.py"]
|
||||
build-system = "setuptools"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools >= 40.6.0", "wheel"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue