From a9354044d3b3b814e7a021bc9cf28c730cffb847 Mon Sep 17 00:00:00 2001 From: Slivo Date: Mon, 25 Nov 2024 21:33:01 +0100 Subject: [PATCH] Update packager config --- .github/workflows/package.yml | 3 +++ .pkgmeta | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 01c56df..4465419 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -35,6 +35,9 @@ jobs: with: fetch-depth: 0 # gets entire git history, needed for automatic changelogs + - name: create release changelog + run: sed -n '/^#### v[0-9.]\+/{p;n;/^####/{q};p;:a;n;/^####/q;p;ba}' changelog.md | sed '$d' > latest_changelog_entry.md + # once cloned, we just run the GitHub Action for the packager project - name: Package and release uses: BigWigsMods/packager@v2 diff --git a/.pkgmeta b/.pkgmeta index 8773602..2184bfc 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -1,7 +1,7 @@ package-as: TranqRotate enable-nolib-creation: no -manual-changelog: changelog.md +manual-changelog: latest_changelog_entry.md externals: libs/AceComm-3.0: https://repos.wowace.com/wow/ace3/trunk/AceComm-3.0 @@ -16,3 +16,4 @@ externals: ignore: - README.md - docs + - latest_changelog_entry.txt \ No newline at end of file