actions-marketplace-validations/Version Patcher
Patches the versions on C# (csproj VS2017+), npm (package.json), Python (setup.py) and other files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version to apply | yes | — |
| trim | If the v or V at the beginning of the version should be trimmed | no | true |
| use-tag | If the tag should be used as the version number on Release | no | false |
| csproj-files | The glob used to find csproj files | no | — |
| npm-files | The glob used to find package.json files | no | — |
| setuppy-files | The glob used to find setup.py files | no | — |
| pyproject-files | The glob used to find pyproject.toml files | no | — |
| initpy-files | The glob used to find __init__.py files | no | — |
| fxmanifest-files | The glob used to find fxmanifest.lua files | no | — |
| gemspec-files | The glob used to find .gemspec files | no | — |
Outputs
| name | description |
|---|---|
| version | The version used to patch the files |