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

🚀. Create `patch` workflow for Nuget Package

オープン
#224 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement hacktoberfest help wanted
主要言語
C++
スター
26
フォーク
25
PR マージ指標
30日以内にマージされた PR はありません

説明

### 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_

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。