diff --git a/.github/BORK_RELEASE_TEMPLATE.md b/.github/BORK_RELEASE_TEMPLATE.md new file mode 100644 index 00000000..0db87105 --- /dev/null +++ b/.github/BORK_RELEASE_TEMPLATE.md @@ -0,0 +1,13 @@ +{project_name} {tag} is now available! + +PyPI package: https://pypi.org/project/emanate/{version}/ + +The ZipApp is available below, as emanate.pyz. + +You can help {project_name} by supporting me on [Patreon](https://www.patreon.com/duckinator)! + +--- + +Changes: + +{changelog} diff --git a/pyproject.toml b/pyproject.toml index b53d7afb..29ee0373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,12 @@ version = {attr = "emanate.__version__"} enabled = true main = "emanate.cli:main" +[tool.bork.release] +pypi = true +github = true +github_repository = "duckinator/emanate" +strip_zipapp_version = true + [tool.bork.aliases] # Runs *only* pylint. (Not the actual tests.) lint = "python -m pytest -k 'pylint or mypy' --pylint --mypy --verbose"