adyen/Release automation action
Prepares the next release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| release-title | Release title prefix | yes | — |
| pre-release | This release will be labeled as non-production ready | — | false |
| separator | Separator between main version and pre-release version | — | -beta |
| develop-branch | Branch used for development and distribution | — | main |
| version-files | Files to bump with the new version | no | — |
| github-release | Publish Github release for the current version | no | — |
| enable-auto-merge | Enable release pull request auto-merge | no | 1 |
Outputs
| name | description |
|---|---|
| increment | Type of the next release (e.g. major) |
| next-version | Suggestion of which version should go out next |
| changelog | List of merged pull requests unreleased |