From d06a25b85619e94b7f60f15f3a650a14b992aa45 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 4 Dec 2022 11:48:42 +0100 Subject: [PATCH] add multiple toc versions --- .github/workflows/release.yaml | 3 ++- idTip.toc | 3 +++ pkgmeta.yaml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fad3837..13b9651 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: {fetch-depth: 0} + with: + fetch-depth: 0 - uses: BigWigsMods/packager@v2 env: CF_API_KEY: ${{ secrets.CF_API_KEY }} diff --git a/idTip.toc b/idTip.toc index 3c55d27..e9ddfcb 100644 --- a/idTip.toc +++ b/idTip.toc @@ -1,4 +1,7 @@ ## Interface: 100002 +## Interface-Classic: 11403 +## Interface-BCC: 20504 +## Interface-Wrath: 30400 ## Title: idTip ## Version: 10.3.2 ## Notes: Adds various IDs to tooltips diff --git a/pkgmeta.yaml b/pkgmeta.yaml index 03d4155..b3855c2 100644 --- a/pkgmeta.yaml +++ b/pkgmeta.yaml @@ -1,3 +1,4 @@ +enable-toc-creation: yes ignore: - LICENSE - Makefile