Skip to content

Commit

Permalink
Fix .pkgmeta ignoring too much
Browse files Browse the repository at this point in the history
  • Loading branch information
DJScias committed Aug 15, 2024
1 parent a8a6c18 commit c4f6ea6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@ package-as: Experiencer2
enable-nolib-creation: no

ignore:
- Libs/*
- Libs/*/*.rockspec
- Libs/*/*.toc
- Libs/*/changelog.*
- Libs/*/CHANGELOG.*
- Libs/*/docs
- Libs/*/examples
- Libs/*/README.*
- Libs/*/tests
- README.md

externals:
Libs/AceAddon-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
Libs/AceDB-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceDB-3.0
Libs/AceEvent-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceEvent-3.0
Libs/AceHook-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceHook-3.0
Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
Libs/CallbackHandler-1.0: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
Libs/LibDataBroker-1.1: https://github.com/tekkub/libdatabroker-1-1
Libs/LibSharedMedia-3.0: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk
Libs/LibStub: https://repos.wowace.com/wow/libstub/trunk
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.1.2] - 2024-08-16

### Added
- BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

## [6.1.1] - 2024-08-16

### Added
Expand Down

0 comments on commit c4f6ea6

Please sign in to comment.