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