You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[v0.6.0]
Added
Added the cmdlet Assert-BoundParameter. This cmdlet comes from ComputerManagementDsc.
Added the cmdlet Get-TemporaryFolder. This cmdlet comes from SqlServerDsc.
Added GitHub templates in the repository to help contributors.
Changed
Only run CI pipeline on branch master when there are changes to files
inside the source folder.
Fixed
The regular expression for minor-version-bump-message in the file GitVersion.yml was changed to only raise minor version when the
commit message contain the word add, adds, minor, feature,
or features.