Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto workflow improvement #96

Merged
merged 5 commits into from
Nov 29, 2023
Merged

Auto workflow improvement #96

merged 5 commits into from
Nov 29, 2023

Conversation

BiDuang
Copy link
Member

@BiDuang BiDuang commented Nov 29, 2023

Work to do:

  • Update Dependabot to update Actions's module automatically
  • Add a new workflow to upload NuGet pack
    • Release channel
    • Pre-release channel
  • Make a new branch to save Release channel code

PR-Codex overview

This PR focuses on adding GitHub Actions workflows to automate the build and publishing of NuGet packages.

Detailed summary

  • Added a workflow to publish release versions of NuGet packages.
  • Added a workflow to publish pre-release versions of NuGet packages.
  • Both workflows include steps to test build, restore packages, create the package, and publish it to NuGet.org.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@BiDuang BiDuang added 新功能/改进 enhancement 增加新功能 New feature or request 依赖 dependencies 更新依赖 Pull requests that update a dependency file 开发中 work in progress labels Nov 29, 2023
@BiDuang BiDuang self-assigned this Nov 29, 2023
@BiDuang BiDuang marked this pull request as ready for review November 29, 2023 07:11
@BiDuang BiDuang changed the title (WIP) Auto workflow improvement Auto workflow improvement Nov 29, 2023
Copy link

sonarcloud bot commented Nov 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@laolarou726 laolarou726 merged commit 97c5485 into master Nov 29, 2023
8 checks passed
@BiDuang BiDuang deleted the BiDuang-BotImprove branch December 4, 2023 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
依赖 dependencies 更新依赖 Pull requests that update a dependency file 新功能/改进 enhancement 增加新功能 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants