compucorp/Create a patch from a fork
Patches a project with a patch created from a fork
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base_version | The base version on which the patch will be based on | yes | — |
| project_dir | The directory where the project that will be patched is located | yes | — |
| project_name | The name of the project, which will be used in the patch version. If empty, the repo name will be used | no | — |
| project_type | The type of the project. Valid values are: civicrm-core, drupal-module | yes | — |
Outputs
| name | description |
|---|---|
| version | A string in the format <PROJECTNAME>+patch.<HASH> |
| package | The package contained the original project patched |
| package_path | The full path to the package file |