Skip to content

Migrate to GitHub Actions and implement source-based versioning#25

Merged
albertospelta merged 1 commit into
masterfrom
alberto/patch-ci
Jun 11, 2026
Merged

Migrate to GitHub Actions and implement source-based versioning#25
albertospelta merged 1 commit into
masterfrom
alberto/patch-ci

Conversation

@albertospelta

Copy link
Copy Markdown
Member

This pull request refactors the build, test, and release process for the Dax.Formatter project, moving from Azure Pipelines to GitHub Actions and introducing source-based versioning. The most important changes are:

Build and CI/CD Pipeline

  • Removed the Azure Pipelines configuration (.azure/pipelines/ci.yml) and replaced it with updated GitHub Actions workflows for CI (.github/workflows/ci.yml) and a new release workflow (.github/workflows/release.yml).

Versioning and Build Configuration

  • Added Nerdbank.GitVersioning for source-based versioning, including a new version.json file. This enables automatic version management based on Git history.

@albertospelta albertospelta force-pushed the alberto/patch-ci branch 2 times, most recently from fd50047 to 271f257 Compare June 11, 2026 10:13
@albertospelta albertospelta merged commit feea1bd into master Jun 11, 2026
1 check passed
@albertospelta albertospelta deleted the alberto/patch-ci branch June 11, 2026 10:17
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.

1 participant