microsoft / data-factory-testing-framework

A stand-alone test framework that allows to write unit tests for Data Factory pipelines on Microsoft Fabric and Azure Data Factory.
MIT License
68 stars 15 forks source link

ci: add ci/cd with gitversion, releases and e2e test #86

Closed LeonardHd closed 4 months ago

LeonardHd commented 4 months ago

adds a ci/cd process with gitversion, release creation and e2e tests. GitVersion follows semantic versioning based on conventional commits, where types with ! introduce a breaking change and bump major. feat bumps the minor version and other's bump the minor.

LeonardHd commented 4 months ago

@arjendev this will enable us to version based on conventional commits. Something we would benefit from with the upcoming releases / new features.