Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.81 KB

Changelog for Sampler.GitHubTasks

The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Created module with GitHub tasks from Sampler.
  • Support to add assets to GitHub released by defining the ReleaseAssets key in build.yml GitHubConfig.
  • Added logo.
  • Added Get-GHOwnerRepoFromRemoteUrl function.

Removed

  • Removed GitHub Access Token from variable being displayed during build. Fixes Issue #17.

Changed

  • Fixed Erroring when "$ProjectName.$ModuleVersion.nupkg" is not available (i.e. when using asset list in Build.yaml).
  • Fixed tasks to use the new Sampler version and its public functions.
  • Fixed RootModule not loaded because of Module Manifest.
  • Making this project use the prerelease version of Sampler for testing.
  • Display GitHub Release info if already exists.
  • GitHub New PR to use Owner/Repo name.
  • Updated publish workflow in build.yml to Create GH PR upon release.
  • Updated the Readme with the icon.
  • Adding delay after creating release to make sure the tag is available at next git pull.
  • Updating when to skip the Create Changelog PR task (adding -ListAvailable).
  • Task Publish_release_to_GitHub
    • Removed unnecessary code line (issue #22).
    • Now the command New-GitHubRelease only outputs verbose information if $VerbosePreference says so.

Fixed

  • Fixed task error when the PackageToRelease does not exist (i.e. it's not a module being built creating the .nupkg).
  • Fixed typo when adding debug output for GH task.
  • Fixed using the Set-SamplerTaskVariable in GH tasks.
  • Fixed the Azure DevOps pipeline to build on Ubunt latest.