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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
check-sequential-releaseA boolean indicating whether to verify that `release-version` specifies a valid increment from the latest version detected in each file to be updated. nofalse
filesA whitespace-separated list of glob patterns of files to update in every release. no
prerelease-filesA 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-filesA 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-versionA 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

no outputs