Skip to content

Update changelog to follow Keep a Changelog format and bump the versi… #172

Update changelog to follow Keep a Changelog format and bump the versi…

Update changelog to follow Keep a Changelog format and bump the versi… #172

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Run luacheck
uses: BigWigsMods/actions/luacheck@master
with:
args: -q --ignore 113 631 211 212 112 311
- name: "Generate recent changes"
uses: kemayo/actions-recent-changelog@v1
with:
input: CHANGELOG.md
output: RECENT_CHANGES.md
- name: Package Retail
uses: BigWigsMods/packager@master
with:
args: -d
# - name: Package Classic
# uses: BigWigsMods/packager@master
# with:
# args: -d -g classic
# # package for burning crusade
# - name: Package for Burning Crusade
# uses: BigWigsMods/packager@master
# with:
# args: -d -g bcc
# # package for Wrath
# - name: Package for WOTLK
# uses: BigWigsMods/packager@master
# with:
# args: -d -g wrath