Skip to content

Commit

Permalink
Getting ready for 0.1.2
Browse files Browse the repository at this point in the history
Removed Iron Jetpacks and JEI Block Drops, possibly temporarily, because of instability and performance issues.
  • Loading branch information
NielsPilgaard committed Oct 13, 2019
1 parent 85816b2 commit 29fec00
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 333 deletions.
6 changes: 4 additions & 2 deletions ModpackUploader.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
. "$PSScriptRoot\settings.ps1"
. "$PSScriptRoot\secrets.ps1"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


function Download-GithubRelease {
param(
Expand Down Expand Up @@ -98,10 +100,9 @@ if ($ENABLE_GITHUB_CHANGELOG_GENERATOR_MODULE) {
Write-Host "Making GitHub Release..." -ForegroundColor Green
Write-Host ""

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-RestMethod -Headers $Headers -Uri $Uri -Body $Body -Method Post

Start-Process Powershell.exe -Argument "-NoProfile -Command github_changelog_generator --since-tag $CHANGELOG_FROM_VERSION"
Start-Process Powershell.exe -Argument "-NoProfile -Command github_changelog_generator --since-tag $CHANGES_SINCE_VERSION"
}

if ($ENABLE_MODPACK_UPLOADER_MODULE) {
Expand All @@ -120,6 +121,7 @@ if ($ENABLE_MODPACK_UPLOADER_MODULE) {
if ($ENABLE_EXTRA_LOGGING) {
Write-Host "Client Metadata:"
Write-Host $CLIENT_METADATA
Write-Host $CLIENT_FILENAME
}

Write-Host ""
Expand Down
Loading

0 comments on commit 29fec00

Please sign in to comment.