chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

Add the ability to output notifications without sending them #136

Open AdmiringWorm opened 7 months ago

AdmiringWorm commented 7 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

No response

Describe The Solution. Why is it needed?

Sometimes it is nice to be able to see the notifications that will be sent out without sending these.

To have an option to DryRun this logic, with the sending changed to ouputting information in the console would be a benefit to ensuring the correct information is used before it is sent.

Alternatively, we could prompt the user before sending the message to verify it is correct first.

Additional Context

No response

Related Issues

No response