Skip to content

Commit

Permalink
Release v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Nov 25, 2021
1 parent ddecf24 commit a829967
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on: [ workflow_dispatch ]

jobs:
build:
release:
runs-on: ubuntu-20.04
container:
image: adoptopenjdk:16-jdk
Expand All @@ -14,7 +14,7 @@ jobs:
with:
distribution: adopt
java-version: 16
- run: "./gradlew build :forge:modrinth :fabric:modrinth :forge:publish :fabric:publish --no-daemon"
- run: "./gradlew build :forge:modrinth :fabric:modrinth publish --no-daemon"
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
MAVEN_URL: "https://maven.waffle.coffee/releases"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 1.*

jobs:
build:
snapshot_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 5 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ mc_version=1.17.1
mc_version_major=1.17
mod_version=2.3.2

release_title=
changeLog=
release_title=Add Forge release & fix vault alignment
changeLog=**Empire Minecraft Utilities v2.3.2 for 1.17.1 and 1.18-rc1 is now released! "Add Forge release & fix vault alignment"**\n\n\
Surprise! Between now and the last release, emcutils has been ported to Architectury. What this means is that the mod can now support Forge and Fabric simultaneously.\n\n\
As a result, Architectury API is now required. It can be downloaded for [Fabric](https://www.curseforge.com/minecraft/mc-mods/architectury-fabric) or [Forge](https://www.curseforge.com/minecraft/mc-mods/architectury-forge).\n\n\
This release also fixes a bug where the highlights for the vault were misaligned with the actual location of the slots. Have fun!

# https://fabricmc.net/versions.html
yarn_mappings=64
Expand Down

0 comments on commit a829967

Please sign in to comment.