SirJohnK / LocalizationResourceManager.Maui

Enhanced .NET MAUI version of the XCT LocalizationResourceManager.
MIT License
144 stars 12 forks source link

Suggestion: setup GitHub Actions to automate the build / release process #31

Open hansmbakker opened 2 months ago

hansmbakker commented 2 months ago

Suggestion to add GitHub Actions that build the repository when PRs are updated or merged to main, and that publish the package to NuGet for a release.

This adds transparency to the build/release process and makes releases less time-consuming and less sensitive to human mistakes.

SirJohnK commented 2 months ago

@hansmbakker , agree! 👍 This is something I really should look into. 😄

hansmbakker commented 2 months ago

If it helps to get you started, here is a library I helped building the GitHub Actions to publish to nuget