last fixes

This commit is contained in:
Pingumask 2024-08-25 23:19:07 +02:00
parent 72437a3d60
commit a9b65e088d
8 changed files with 14 additions and 36 deletions

View file

@ -1,25 +0,0 @@
name: Enforce Changelog Update
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
- develop
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- name: Setup node version
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v2
- name: Changelog check
uses: Zomzog/changelog-checker@v1.2.0
with:
fileName: CHANGELOG.md
noChangelogLabel: no changelog
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -13,13 +13,13 @@ jobs:
with: with:
node-version: '18' node-version: '18'
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Install and Build 🔧 - name: Install and Build 🔧
run: | run: |
npm ci npm ci
npm run build npm run build
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5 uses: JamesIves/github-pages-deploy-action@v4
with: with:
branch: gh-pages branch: gh-pages
folder: dist folder: dist

View file

@ -12,10 +12,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Setup node version - name: Setup node version
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '18'
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- run: npm install - run: npm install
- run: npm run lint-ci - run: npm run lint-ci

View file

@ -1,6 +1,11 @@
# Release Notes # Release Notes
## Upcoming version ## Upcoming version
### Version 3.20.0
- MAINT: Upgrade caniuselite - MAINT: Upgrade caniuselite
- Various corrections in the French version - Various corrections in the French version
- Minor corrections in the English version - Minor corrections in the English version

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "townsquare", "name": "townsquare",
"version": "3.19.0", "version": "3.20.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "townsquare", "name": "townsquare",
"version": "3.19.0", "version": "3.20.0",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32", "@fortawesome/fontawesome-svg-core": "^1.2.32",

View file

@ -1,6 +1,6 @@
{ {
"name": "townsquare", "name": "townsquare",
"version": "3.19.0", "version": "3.20.0",
"description": "Blood on the Clocktower Town Square", "description": "Blood on the Clocktower Town Square",
"author": "Pingumaskt", "author": "Pingumaskt",
"scripts": { "scripts": {

View file

@ -219,7 +219,7 @@
"outsider": "outsiders", "outsider": "outsiders",
"minion": "minions", "minion": "minions",
"demon": "demons" "demon": "demons"
} },
"nightOrder": "Show Night Order" "nightOrder": "Show Night Order"
}, },
"reminder": { "reminder": {

View file

@ -221,7 +221,6 @@
"demon": "démons" "demon": "démons"
}, },
"nightOrder": "Afficher l'Ordre Nocturne" "nightOrder": "Afficher l'Ordre Nocturne"
}, },
"reminder": { "reminder": {
"title": "Apposer une note :", "title": "Apposer une note :",