You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
recyclarr/Install-Tooling.ps1

8 lines
225 B

# Required for running `Prepare-Release.ps1`
dotnet tool update --global GitVersion.Tool
Install-Module -Name ChangelogManagement
# Required for commitlint and other tooling provided by Node
npm install -g yarn
yarn install