chore: Explicitly install dependencies in Prepare-Release.ps1

pull/64/head
Robert Dailey 2 years ago
parent c95e8000de
commit 701c55e0df

@ -3,10 +3,10 @@ param ()
$ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
# Requires: dotnet tool install --global GitVersion.Tool dotnet tool update --global GitVersion.Tool
$version = dotnet-gitversion /showvariable SemVer $version = dotnet-gitversion /showvariable SemVer
# Requires: Install-Module -Name ChangelogManagement Install-Module -Name ChangelogManagement
Update-Changelog -ReleaseVersion $version -LinkMode Automatic -LinkPattern @{ Update-Changelog -ReleaseVersion $version -LinkMode Automatic -LinkPattern @{
FirstRelease = "https://github.com/rcdailey/recyclarr/releases/tag/v{CUR}" FirstRelease = "https://github.com/rcdailey/recyclarr/releases/tag/v{CUR}"
NormalRelease = "https://github.com/rcdailey/recyclarr/compare/v{PREV}...v{CUR}" NormalRelease = "https://github.com/rcdailey/recyclarr/compare/v{PREV}...v{CUR}"

Loading…
Cancel
Save