From abea9e89f6c42719433f1ba0249605fa22240458 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Thu, 2 Jan 2020 09:25:21 +0100 Subject: [PATCH] Ignore commit to force the correct initial release (#1456) --- CHANGELOG.md | 1 + GitVersion.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2307c82da..2c540f9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md) - Fix hashtables to align with style guideline ([issue #1437](https://github.com/PowerShell/SqlServerDsc/issues/1437)). - Updated most examples to remove the need for the variable `$ConfigurationData`, and fixed style issues. + - Ignore commit in `GitVersion.yml` to force the correct initial release. - SqlServerMaxDop - Fix line endings in code which did not use the correct format. - SqlAlwaysOnService diff --git a/GitVersion.yml b/GitVersion.yml index e0559776f..4eb3e5ecc 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -22,5 +22,6 @@ branches: source-branches: ['master'] ignore: - sha: [] + # Ignore this commit to force the correct initial release. + sha: [601107e9fc8a337b6dadb67b63d5100381f29700] merge-message-formats: {}