Election-Tech-Initiative / Election-Tech-Initiative/electionguard-cpp

🚀. Create `patch` workflow for Nuget Package

Open
#224 0 comments 0 reactions 0 assignees View on GitHub
enhancement hacktoberfest help wanted
Dominant language
C++
Stars
26
Forks
25
PR merge metrics
No merged PRs in 30d

Description

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Suggestion

Create a `patch` workflow for releasing the Nuget package into GitHub.
https://github.com/microsoft/electionguard-cpp/tree/main/.github/workflows

This workflow will create a `patch` nuget package to have a nuget package released immediately with quick changes on the GitHub registry. This patch workflow will not release a package on nuget.org.

### Possible Implementation

1. Create a new workflow labeled `patch`
- Workflow should run after pull requests are merged
2. Auto increment the semantic version by one patch number (See #222 )
3. Build nuget package similar to `release` workflow
4. Release nuget package on Github Package Registry (See #223 )

### Anything else?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.