diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65cf05b60..175667515 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -257,8 +257,9 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: dev target_branch: main - reviewer: Xikaro + milestone: ${{ steps.changelog.outputs.version }} ignore_users: "dependabot" + draft: true title: 'Release: ${{ steps.changelog.outputs.version }}' body: | **This is an automated Pull Request from the dev branch.** diff --git a/pakku-lock.json b/pakku-lock.json index 049f90d37..9426cd696 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -11458,7 +11458,7 @@ { "pakku_id": "CKhfz5UfCp2SSXt9", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "smooth-boot-reloaded", "modrinth": "smooth-boot-reloaded" @@ -13814,7 +13814,7 @@ { "pakku_id": "tdBDW3xpPBc3E2mt", "type": "MOD", - "side": "CLIENT", + "side": "BOTH", "slug": { "curseforge": "xaeros-world-map", "modrinth": "xaeros-world-map" diff --git a/pakku.json b/pakku.json index d173412c4..a0b04beb9 100644 --- a/pakku.json +++ b/pakku.json @@ -214,9 +214,6 @@ "pick-up-notifier": { "side": "CLIENT" }, - "smooth-boot-reloaded": { - "side": "CLIENT" - }, "resourceful-config": { "side": "BOTH" }, @@ -241,6 +238,9 @@ "xaeros-minimap": { "side": "BOTH" }, + "xaeros-world-map": { + "side": "BOTH" + }, "particular-reforged": { "side": "BOTH" },