Skip to content

Commit

Permalink
Ignore commit to force the correct initial release (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Jan 2, 2020
1 parent bac4acc commit abea9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ branches:
source-branches: ['master']

ignore:
sha: []
# Ignore this commit to force the correct initial release.
sha: [601107e9fc8a337b6dadb67b63d5100381f29700]
merge-message-formats: {}

0 comments on commit abea9e8

Please sign in to comment.