zaproxy / zap-api-dotnet

ZAP Dot NET API
Apache License 2.0
35 stars 35 forks source link

Use GitHub Workflow to Release/Publish #18

Open thc202 opened 1 year ago

thc202 commented 1 year ago

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).

Piedone commented 8 months ago

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.