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

Implement initial set of CI/CD pipelines #51

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

RichardPriddy
Copy link
Collaborator

@RichardPriddy RichardPriddy commented Dec 12, 2024

Two GitHub Actions:
1- Runs when PR is opened merging into develop, this runs all unit tests and ensures tests pass before merge can complete
2- Runs when PR is completed merging into main, this increments package version, packages the Components project and deploys it to nuget

Copy link
Collaborator

@scottywakefield scottywakefield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing I'd mention is there's a package called GitVersion which may make the versioning a little easier. It has a GitHub action, tho I've not used it. https://github.com/GitTools/actions

@RichardPriddy RichardPriddy merged commit fad503f into develop Dec 13, 2024
1 check passed
@RichardPriddy RichardPriddy deleted the feature/ci-cd-pipelines branch December 13, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants