Skip to content

Commit

Permalink
Releasing forge v1.10.6.cf-1
Browse files Browse the repository at this point in the history
  • Loading branch information
blackd committed Sep 15, 2023
1 parent 11a8319 commit 691265b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!-- latest end -->

### 1.10.6.cf-1

- fixed critical bug that prevented the villager bookmarks saving on forge 1.16.5


<!-- latest begin -->

### 1.10.6
Expand Down Expand Up @@ -32,7 +39,6 @@ Any problems that are not reproducible on Fabric will be addressed with very low
- **1.20**
- **1.20.1**

<!-- latest end -->
<!-- rest begin -->

### 1.10.5
Expand Down
1 change: 1 addition & 0 deletions description/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
out
venv
18 changes: 15 additions & 3 deletions do-local-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,36 @@

. ~/.config/secrets/modrinth.sh
. ~/.config/secrets/curseforge.sh
. ~/.config/secrets/setup-env.sh


IPN_CLASSIFIER=.cf-1

export IPN_CLASSIFIER

pushd .

cd $(mktemp -d /tmp/ipn-release.XXXX)

git clone --recurse-submodules git@github.com:blackd/Inventory-Profiles.git IPN

cd IPN/description
cd IPN

python build_html.py
git checkout 1.16-fixes

cd description

#python build_html.py
python build_release_notes.py

cd ..

./gradlew --max-workers 32 createMcpToSrg
./gradlew --max-workers 32 compileKotlin compileJava

./gradlew --max-workers 4 build modrinth curseforge
cd platforms/forge-1.16

../../gradlew --max-workers 4 build #modrinth curseforge


ls -la build/lib/
Expand Down

0 comments on commit 691265b

Please sign in to comment.