Skip to content

Commit

Permalink
Add Github Action for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Anderson committed Oct 18, 2024
1 parent d510835 commit 8d845e4
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 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
2 changes: 1 addition & 1 deletion AtlasQuest_Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion AtlasQuest_Vanilla.toc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d845e4

Please sign in to comment.