chore: New install script for script dependencies

pull/76/head
Robert Dailey 2 years ago
parent 38b6ab5131
commit 0b024fefbb

@ -0,0 +1,2 @@
dotnet tool update --global GitVersion.Tool
Install-Module -Name ChangelogManagement

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

Loading…
Cancel
Save