microsoft / data-factory-testing-framework

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

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

Closed LeonardHd closed 7 months ago

LeonardHd commented 7 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 7 months ago

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