Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Releases: milivojevicu/poetry-plugin-github-release

v0.1.0

30 Sep 19:58
Compare
Choose a tag to compare

Initial version with the following features:

  • Create a GitHub release using the version in the pyproject.toml file through the GitHub API.
    • Authentication currently works by getting a PAT from an environment variable.
    • Options of the API request are not editable, meaning that a tag is always created and the release name and description are automatically generated.
  • If build results exist for the current package version, they are uploaded as assets.

Full Changelog: https://github.com/milivojevicu/poetry-plugin-github-release/commits/v0.1.0