mathieusoysal/Readme - Files updater for release
Update automatically the old version in your readme (or other files) with your new tag version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | The files to update. | yes | README.md |
| version | The version to update. | no | ${{ github.ref_name }} |
| old-version | The old version to replace. | no | "" |
| prefix | The prefix of version to search in the files. | no | "" |
| suffix | The suffix of version to search in the files. | no | "" |
| with-commit | Commit the changes. | no | true |
| with-checkout | Checkout the repository. | no | true |
Outputs
no outputs