Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Commit acb9dca

Browse files
committed
small tweaks post PR merge
1 parent d12c978 commit acb9dca

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ on:
1212

1313
# a workflow is built up as jobs, and within these jobs are steps
1414
jobs:
15-
1615
# "release" is a job, you can name it anything you want
1716
release:
18-
1917
# we can run our steps on pretty much anything, but the "ubuntu-latest" image is a safe bet
2018
runs-on: ubuntu-latest
2119

@@ -29,7 +27,6 @@ jobs:
2927

3028
# "steps" holds a list of all the steps needed to package and release our AddOn
3129
steps:
32-
3330
# we first have to clone the AddOn project, this is a required step
3431
- name: Clone project
3532
uses: actions/checkout@v4
@@ -38,6 +35,4 @@ jobs:
3835

3936
# once cloned, we just run the GitHub Action for the packager project
4037
- name: Package and release
41-
uses: BigWigsMods/packager@v2
42-
with:
43-
args: -m pkgmeta.yaml
38+
uses: BigWigsMods/packager@v2

Masque_Neuron.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11503, 40400, 110002
1+
## Interface: 11503, 40400, 110000, 110002
22
## Title: Masque: Neuron
33
## Notes: The default Masque skin for the Neuron World of Warcraft add-on
44
## Author: Britt W. Yazel

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Masque: Neuron
22

3-
This is the default Neuron skin for the Masque World of Warcraft add-on. It is updated for Masque 9.0+
3+
This is the default Neuron skin for the Masque World of Warcraft add-on. It is updated for Masque 11.0+
44

5-
This add-on skin is meant to compliment the Neuron action bar add-on, and is mostly just a simple implementation of what Soyier prefers his buttons to look like. It features a rounded square design with a dark bloom effect in the middle. The idea with this theme was to be **simple**, **tasteful**, and **elegant**.
5+
This add-on skin began its life as the default skin for the (now retired) Neuron action bar add-on, and is mostly just a simple implementation of what Soyier prefers his buttons to look like. It features a rounded square design with a dark bloom effect in the middle. The idea with this theme was to be **simple**, **tasteful**, and **elegant**.
66

77
![masqueneuron](https://github.com/user-attachments/assets/ecc94c5a-0b07-4670-98f5-5b9edd45927c)
88

pkgmeta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@ package-as: Masque_Neuron
33
required-dependencies:
44
- masque
55

6+
tools-used:
7+
- devtool
8+
- bugsack
9+
- bug-grabber
10+
611
ignore:
712
- README.md

0 commit comments

Comments
 (0)