builds(checkver): Read the private_host config variable (#5381)

This commit is contained in:
Ercolino
2023-02-19 10:19:01 +01:00
committed by GitHub
parent 54e3613fca
commit 1d0bd434ab
2 changed files with 19 additions and 9 deletions

View File

@@ -15,6 +15,10 @@
- **git:** Use Invoke-Git() with direct path to git.exe to prevent spawning shim subprocesses ([#5122](https://github.com/ScoopInstaller/Scoop/issues/5122), [#5375](https://github.com/ScoopInstaller/Scoop/issues/5375))
- **scoop-download:** Output more detailed manifest information ([#5277](https://github.com/ScoopInstaller/Scoop/issues/5277))
### Builds
- **checkver:** Read the private_host config variable ([#5381](https://github.com/ScoopInstaller/Scoop/issues/5381))
### Continuous Integration
- **dependabot:** Add dependabot.yml for GitHub Actions ([#5377](https://github.com/ScoopInstaller/Scoop/pull/5377))