zap-api-dotnet icon indicating copy to clipboard operation
zap-api-dotnet copied to clipboard

Use GitHub Workflow to Release/Publish

Open thc202 opened this issue 1 year ago • 1 comments

For easier maintenance it would be great if the release/publish was done through a GitHub Workflow. Ideally the release process should also be documented (e.g. https://github.com/zaproxy/zaproxy/blob/main/RELEASING.md).

thc202 avatar Mar 10 '23 21:03 thc202

You can use this reusable workflow of ours: https://github.com/Lombiq/GitHub-Actions/blob/dev/.github/workflows/publish-nuget.yml Or take it as an inspiration.

Piedone avatar Nov 05 '23 01:11 Piedone