Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

2022.10.24

Latest
Compare
Choose a tag to compare
@majkinetor majkinetor released this 24 Oct 07:50
  • Added $au_GalleryPackageRootUrl as a slightly more flexible alternative to $au_GalleryUrl (#250)
    • $au_GalleryUrl global variable is still maintained for compatibility
    • Can specify as an environment variable $env:au_GalleryPackageRootUrl when working with Update-AUPackages (update_all.ps1) (#254)
    • Can specify as a global variable in update.ps1 to override on per package basis.
  • Plugins:
    • History:
      • History plugin now ignores merges (#258)
      • Package_Source_Root_Url param added to History plugin so links can be configured for non-Github users. (related to #257)
    • Report:
      • Package_Source_Root_Url param added to Markdown report type so links can be configured for non-Github users. (#257)
      • Package_Source_Branch parameter added to Markdown report type to configure the branch name for the package source if not using master. (#244)
    • PullRequest: New plugin that creates a GitHub pull request for the updated packages. (#269)