Skip to content

Commit

Permalink
Merge pull request #272 from duckinator/fix-release-again
Browse files Browse the repository at this point in the history
Configure Github Releases
  • Loading branch information
duckinator committed Feb 27, 2024
2 parents bf9be9b + 364965e commit 0cd070f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/BORK_RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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}
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0cd070f

Please sign in to comment.