Quantcast

Packager setup for automated releases

KyrosKrane [06-09-18 - 04:52]
Packager setup for automated releases
Filename
.gitignore
.pkgmeta
.travis.yml
AnnoyingPopupRemover.toc
diff --git a/.gitignore b/.gitignore
index 783d8fd..7cbf8d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,7 @@ $RECYCLE.BIN/
 Network Trash Folder
 Temporary Items
 .apdisk
+
+
+# Local extra files
+Extras/
diff --git a/.pkgmeta b/.pkgmeta
index 5badc34..06127d1 100644
--- a/.pkgmeta
+++ b/.pkgmeta
@@ -4,4 +4,3 @@ enable-nolib-creation: no
 ignore: # Files and directories beginning with a dot (such as .git) are automatically ignored, as is the pgkmeta file itself.
     - README.md

-license-output: LICENSE.txt
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d9020b4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+sudo: false
+language: c
+
+addons:
+  apt:
+    packages:
+    - pandoc
+
+script: curl -sO https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh
+after_script: bash release.sh -g 7.3.5
+
+branches:
+  only:
+  - /^[vV]?\d+\.\d+(\.\d+)?(-\S*)?$/
diff --git a/AnnoyingPopupRemover.toc b/AnnoyingPopupRemover.toc
index a22abe4..cfd1c27 100644
--- a/AnnoyingPopupRemover.toc
+++ b/AnnoyingPopupRemover.toc
@@ -1,9 +1,13 @@
 ## Interface: 70300
 ## Title: Annoying Popup Remover
 ## Version: @project-version@
-## Notes: Removes the annoying confirmation popup that appears when looting or rolling on bind-on-pickup items, or depositing modified items into void storage, or deleting "good" items.
 ## Author: KyrosKrane Sylvanblade
+## Notes: Removes the annoying confirmation popup that appears when looting or rolling on bind-on-pickup items, or depositing modified items into void storage, or deleting "good" items.
+
 ## SavedVariablesPerCharacter: APR_DB
 ## OptionalDeps: Blizzard_VoidStorageUI

+## X-Curse-Project-ID: 93154
+## X-WoWI-ID: 23631
+
 AnnoyingPopupRemover.lua