Skip to content

v1.2.0-preview0003

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 29 May 07:23
28df95a

[v1.2.0-preview0003]

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.
    • Update build configuration to use Pester advanced build configuration.
    • Update pipeline to user Sampler GitHub tasks.
    • Update pipeline deploy step to correctly download build artifact.

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.