Skip to content

Commit

Permalink
Update packager config
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed Nov 25, 2024
1 parent 3842389 commit a935404
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .pkgmeta
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,3 +16,4 @@ externals:
ignore:
- README.md
- docs
- latest_changelog_entry.txt

0 comments on commit a935404

Please sign in to comment.