npetzall/auto-release-action
Auto release action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token to access github | yes | — |
| dry-run | Create changelog but don't create a release | no | false |
| prev-version-name | Starting point for changes, defaults to env.PREV_VERSION_NAME | no | env.PREV_VERSION_NAME |
| tag-prefix | Prefix used for target-version | no | v |
| target-version | The version to be release, defaults to env.AUTO_VERSION | no | env.AUTO_VERSION |
| draft | Create or update drafts instead of creating a release | no | false |
Outputs
| name | description |
|---|---|
| release-notes | The generated release notes |
| release-id | Release id of the created release |
| upload-url | Upload url used for assets |