-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
-
0.7.0
Currently the `notifyTesters` field in the `DistributeResourceTask` is hardcoded to `false` but could be easily set as a parameter when generating the `UploadTask`
Adding this will give developers control over whether the testers should be notified of the new release, rather than assuming that they always do not want to notify.
Acceptance Criteria:
- Notify Testers can be specified in the configuration for the plugin.
- Notify Testers is optional.
- Notify Testers defaults to true.
- A test is provided to assert the status of the flag in the uploaded JSON.