dolittle/Write Version To File
Writes version information to a structured JSON file and commits the file
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 number to use | yes | — |
| path | The path to the version file to output | yes | — |
| user-email | The email of the user that commits the version file | no | build@dolittle.com |
| user-name | The name of the user that commits the version file | no | dolittle-build |
| merge-strategy | How to reconcile divergent branches. Can be either 'merge'(default), 'rebase' or 'fast-forward' | no | merge |
Outputs
no outputs