feat: add link to re-code progress (#432)

This commit is contained in:
Sekwah 2024-07-17 04:09:51 +01:00 committed by GitHub
parent f3ea0ac62a
commit ed07314f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 910 additions and 5 deletions

View File

@ -33,8 +33,7 @@ jobs:
- name: Prepare repository
run: |
git fetch --unshallow --tags
yarn install
echo $(yarn bin) >> $GITHUB_PATH
yarn install --immutable
- name: Build with Gradle
run: ./gradlew build
- name: Create Release
@ -43,5 +42,5 @@ jobs:
CURSE_API: ${{ secrets.CURSE_API }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
run: |
auto shipit
yarn auto shipit

9
.gitignore vendored
View File

@ -16,3 +16,12 @@ out/
logs/
classes/
run/
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

Binary file not shown.

894
.yarn/releases/yarn-4.3.1.cjs vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.3.1.cjs

View File

@ -12,7 +12,7 @@ Advanced Portals
==============
An advanced portals plugin for bukkit made by sekwah41 designed to have a wide range of features which are easy to use. It adds a bunch of commands to create and edit portals and destinations. This plugin not only enable normal teleportation but also cross server teleportation for networks using bungee.
The recode is actively being worked on and should be available relatively soon. Check the pinned issues for more info on what is left.
The recode is actively being worked on and should be available relatively soon. Check the pinned issues for more info on what is left. https://github.com/sekwah41/Advanced-Portals/issues/360
# Usage

View File

@ -8,5 +8,6 @@
"@auto-it/upload-assets": "11.1.6",
"auto": "11.1.6",
"conventional-changelog-angular": "5.0.13"
}
},
"packageManager": "yarn@4.3.1"
}