Skip to content

Commit

Permalink
Merge pull request #39 from thandrenn/26-github-action
Browse files Browse the repository at this point in the history
26 GitHub action
  • Loading branch information
nanderson11 authored Oct 23, 2024
2 parents d510835 + b1f61a4 commit 66c386d
Showing 17 changed files with 272 additions and 213 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release Addon

on:
push:
tags:
- '**'

env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

jobs:
release:
runs-on: ubuntu-latest
steps:

- name: Clone project
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: kemayo/actions-recent-changelog@v1
with:
input: CHANGELOG.md
output: RECENT_CHANGES.md

- name: Package and release
uses: BigWigsMods/packager@v2
6 changes: 6 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
manual-changelog:
filename: RECENT_CHANGES.md
markup-type: markdown

ignore:
- RECENT_CHANGES.md
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -44,5 +44,20 @@
"AQ_OptionsButton",
"AQ_Title",
"DEFAULT_CHAT_FRAME"
],
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations"
]
}
2 changes: 1 addition & 1 deletion AtlasQuest.toc
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@
## Title: AtlasQuest|cFFFF0000 game client not supported|r
## Notes: This version of AtlasQuest only supports Classic Era and Retail

WrongVersion.lua
Core\WrongVersion.lua
11 changes: 6 additions & 5 deletions AtlasQuest_Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110002
## Interface: 110005
## Title: AtlasQuest
## Title-deDE: AtlasQuest
## Title-koKR: AtlasQuest
@@ -16,7 +16,7 @@
## Notes-esES: Muestra las misiones para mazmorras y campos de batalla.
## Notes-esMX: Muestra las misiones para mazmorras y campos de batalla.
## Author: AtlasQuest Team
## Version: 5.2.1
## Version: @project-version@
## X-Website: https://github.com/thandrenn/AtlasQuest
## X-Category: Quests
## X-License: GPLv2
@@ -25,9 +25,10 @@
## X-Date: August 5, 2024
## RequiredDeps: Atlas
## LoadOnDemand: 0
## IconTexture: Interface\lfgframe\lfgicon-quest
## SavedVariables: AtlasQuest_Options,AtlasQuestDB

embeds.xml
Libs\Libs.xml
Locales\Locales.xml
AtlasQuest_InsideFrame.xml
AtlasQuest.xml
Core\AtlasQuest_InsideFrame.xml
Core\AtlasQuest.xml
8 changes: 4 additions & 4 deletions AtlasQuest_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
## Notes-esES: Muestra las misiones para mazmorras y campos de batalla.
## Notes-esMX: Muestra las misiones para mazmorras y campos de batalla.
## Author: AtlasQuest Team
## Version: 5.2.1
## Version: @project-version@
## X-Website: https://github.com/thandrenn/AtlasQuest
## X-Category: Quests
## X-License: GPLv2
@@ -28,7 +28,7 @@
## LoadOnDemand: 0
## SavedVariables: AtlasQuest_Options,AtlasQuestDB

embeds.xml
Libs\Libs.xml
Locales\Locales.xml
AtlasQuest_InsideFrame.xml
AtlasQuest.xml
Core\AtlasQuest_InsideFrame.xml
Core\AtlasQuest.xml
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.2.2 - October 23, 2024

### Added

- Retail: Added icon for the addon list

### Changed

- Retail: Update TOC to 11.0.5

## 5.2.1 - October 17, 2024

### Changed
File renamed without changes.
Loading

0 comments on commit 66c386d

Please sign in to comment.