sidrao2006/Release Pub Package
Release a flutter/dart package to pub and on Github
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| previous-version | The latest active version released | no | — |
| changelog-file | The path to the changelog file. Defaults to $GITHUB_WORKSPACE/CHANGELOG.md | no | — |
| is-draft | Whether the release is a draft | no | false |
| pre-release-command | Commands to run before publishing the release on Github | no | — |
| post-release-command | Commands to run after publishing the release on Github | no | — |
| pre-publish-command | Commands to run before publishing to pub.dev | no | — |
| post-publish-command | Commands to run after publishing to pub.dev | no | — |
| should-run-pub-score-test | Whether to run pana tests, used by pub.dev to determine package score | no | false |
| pub-score-min-points | Minimum required points (out of 100) to pass the pub score test | no | — |
| access-token | The access token required to authenticate with the pub tool | no | — |
| refresh-token | The refresh token required to authenticate with the pub tool | no | — |
| id-token | The id token required to authenticate with the pub tool | no | — |
| token-endpoint | The token endpoint required to authenticate with the pub tool | no | — |
| expiration | The expiration value required to authenticate with the pub tool | no | — |
| pub-credentials-file | The credentials file to be used to authorize with pub | no | — |
Outputs
no outputs