rainstormy/Updraft
Updates changelogs and bumps version numbers to prepare for an upcoming release of the repository. It saves the changes to the files on the GitHub Actions runner in the current workflow run, but it does not make any Git commits or GitHub releases.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check-sequential-release | A boolean indicating whether to verify that `release-version` specifies a valid increment from the latest version detected in each file to be updated. | no | false |
| files | A whitespace-separated list of glob patterns of files to update in every release. | no | — |
| prerelease-files | A whitespace-separated list of glob patterns of files to update in every prerelease, i.e. only when `release-version` has a `-prerelease` or `+buildinfo` segment. | no | — |
| release-files | A whitespace-separated list of glob patterns of files to update in every major, minor, and patch release, i.e. only when `release-version` does not have a `-prerelease` or `+buildinfo` segment. | no | — |
| release-version | A string that contains a substring with the semantic version number of the next release on the form `<major.minor.patch[-prerelease][+buildinfo]>`. The `-prerelease` and `+buildinfo` segments are optional. | yes | — |
Outputs
no outputs