Skip to content

Commit

Permalink
ToC update
Browse files Browse the repository at this point in the history
  • Loading branch information
pngmn committed Feb 23, 2022
1 parent 36ec55f commit 6085204
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 61 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Release
on:
push:
tags:
- '**'

env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
- '*'

jobs:
release:
release:
runs-on: ubuntu-latest
steps:
- name: Clone Project
Expand All @@ -21,15 +18,9 @@ jobs:
input: CHANGELOG.md
output: RECENT_CHANGES.md

- name: Create Retail Package
uses: BigWigsMods/packager@master

- name: Create Classic Package
uses: BigWigsMods/packager@master
with:
args: -g classic

- name: Create BCC Package
uses: BigWigsMods/packager@master
- name: Create Multitoc Package
uses: BigWigsMods/packager@v2
with:
args: -g bcc
args: -S
env:
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ externals:
manual-changelog:
filename: RECENT_CHANGES.md
markup-type: markdown

ignore:
- "*.md"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
PhanxFont | 1.3.0
-----------------
- ToC update for 9.2.0
- ToC update for 2.5.3
- ToC update for 1.14.2

PhanxFont | 1.2.0
-----------------
- TOC update for 9.1.5
Expand Down
21 changes: 0 additions & 21 deletions PhanxFont-BCC.toc

This file was deleted.

21 changes: 0 additions & 21 deletions PhanxFont-Classic.toc

This file was deleted.

6 changes: 3 additions & 3 deletions PhanxFont.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90105
## Interface-BCC: 20502
## Interface-Classic: 11307
## Interface: 90200
## Interface-BCC: 20503
## Interface-Classic: 11402
## Version: @project-version@

## Title: PhanxFont
Expand Down

0 comments on commit 6085204

Please sign in to comment.