Skip to content

Commit

Permalink
Update packager configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Slivo-fr committed Nov 25, 2024
1 parent a935404 commit 254dde8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
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
run: sed -n '/^#### v[0-9.]\+/{p;n;/^####/{q};p;:a;n;/^####/q;p;ba}' changelog.md | sed '$d' > .latest_changelog.md

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
Expand Down
5 changes: 2 additions & 3 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package-as: TranqRotate

enable-nolib-creation: no
manual-changelog: latest_changelog_entry.md
manual-changelog: .latest_changelog.md

externals:
libs/AceComm-3.0: https://repos.wowace.com/wow/ace3/trunk/AceComm-3.0
Expand All @@ -15,5 +15,4 @@ externals:

ignore:
- README.md
- docs
- latest_changelog_entry.txt
- docs
4 changes: 2 additions & 2 deletions TranqRotate.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 11505, 20504
## Title: TranqRotate |cff00aa002.2.10|r
## Title: TranqRotate |cff00aa002.2.10-beta1|r
## Notes: A tranqshot rotation assistant
## Author: Slivo
## Version: 2.2.10
## Version: 2.2.10-beta1
## SavedVariables: TranqRotateDb
## OptionalDeps: Ace3

Expand Down

0 comments on commit 254dde8

Please sign in to comment.