Skip to content

v1.2.0-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 16 Feb 14:18
· 9 commits to main since this release
c8fa872

[v1.2.0-preview0002]

Added

  • FileSystemDsc
    • Added issue and pull request templates to help contributors.
    • Added wiki generation and publish to GitHub repository wiki.

Changed

  • FileSystemDsc
    • Renamed master branch to main (issue #11).
    • Only run the CI pipeline on branch master when there are changes to
      files inside the source folder.
    • 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.
    • Added missing MIT LICENSE file.
    • Converted tests to Pester 5.
    • Minor changes to pipeline files.

Fixed

  • FileSystemDsc
    • The component gitversion that is used in the pipeline was wrongly configured
      when the repository moved to the new default branch main. It no longer throws
      an error when using newer versions of GitVersion.