design-to-production / D2P-Components

Design-to-Production – we master complexity
https://www.designtoproduction.com
MIT License
11 stars 1 forks source link

[FEATURE] CI/CD #9

Open bastiannispel opened 1 month ago

bastiannispel commented 1 month ago

Is your feature request related to a problem? Please describe. Every time a new version will be released the build and deploy process will have to be done manually. This can be time consuming when the frequency of releases scales.

Describe the solution you'd like A proper setup for an automated wokflow to lint, format, build and deploy.

Describe alternatives you've considered A minimal version of a CI/CD integration could check for linting and formatting rules only and the build and deployment is done manually.

Additional context SonarCloud - Linting .NET actions - Build and Test Crashcloud YakPublish - Deployment