cocorigon/Poetrel
Github Action for automatic releases with Poetry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog | The path to the Changelog file | no | CHANGELOG.md |
| commit-prefix | The message to display before the version in the commit message | no | [skip ci] Release |
| git-author | Value used for the commit author | no | ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> |
| git-email | Email address used for the commit user | no | 41898282+github-actions[bot]@users.noreply.github.com |
| git-user | Name used for the commit user | no | github-actions[bot] |
| github-token | GitHub token used to read the PR labels and create the release | no | ${{ github.token }} |
| pypi-token | The PyPI API token if you want to publish to PyPI | no | — |
| setup-poetry | Whether Poetrel should setup Python and Poetry | no | true |
Outputs
no outputs