From c4f6ea6b740d5528d5d21290dd955221c20146bc Mon Sep 17 00:00:00 2001 From: DJScias Date: Fri, 16 Aug 2024 00:58:30 +0200 Subject: [PATCH] Fix .pkgmeta ignoring too much --- .pkgmeta | 11 +++++++++-- CHANGELOG.md | 5 +++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.pkgmeta b/.pkgmeta index a272aaa..267736f 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -2,7 +2,14 @@ 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: @@ -10,7 +17,7 @@ externals: 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index f18a190..bfa518b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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