michaelpaul/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 }} |
| pre-release | This release will be labeled as non-production ready | — | false |
| develop-branch | Branch used for development and distribution | — | develop |
| version-files | Files to bump with the new version | no | — |
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 |