mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	last fixes
This commit is contained in:
		
							parent
							
								
									72437a3d60
								
							
						
					
					
						commit
						a9b65e088d
					
				
					 8 changed files with 14 additions and 36 deletions
				
			
		
							
								
								
									
										25
									
								
								.github/workflows/changelog-check.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										25
									
								
								.github/workflows/changelog-check.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -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 }} | ||||
							
								
								
									
										4
									
								
								.github/workflows/deploy.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/deploy.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -13,13 +13,13 @@ jobs: | |||
|         with: | ||||
|           node-version: '18' | ||||
|       - name: Checkout 🛎️ | ||||
|         uses: actions/checkout@v2 | ||||
|         uses: actions/checkout@v4 | ||||
|       - name: Install and Build 🔧 | ||||
|         run: | | ||||
|           npm ci | ||||
|           npm run build | ||||
|       - name: Deploy 🚀 | ||||
|         uses: JamesIves/github-pages-deploy-action@v4.2.5 | ||||
|         uses: JamesIves/github-pages-deploy-action@v4 | ||||
|         with: | ||||
|           branch: gh-pages | ||||
|           folder: dist | ||||
|  |  | |||
							
								
								
									
										7
									
								
								.github/workflows/linter.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/linter.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -12,10 +12,9 @@ jobs: | |||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Setup node version | ||||
|         uses: actions/setup-node@v3 | ||||
|         uses: actions/setup-node@v4 | ||||
|         with: | ||||
|           node-version: '16' | ||||
|       - uses: actions/checkout@v2 | ||||
|           node-version: '18' | ||||
|       - uses: actions/checkout@v4 | ||||
|       - run: npm install | ||||
|       - run: npm run lint-ci | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,11 @@ | |||
| # Release Notes | ||||
| 
 | ||||
| ## Upcoming version | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ### Version 3.20.0 | ||||
| 
 | ||||
| - MAINT: Upgrade caniuselite | ||||
| - Various corrections in the French version | ||||
| - Minor corrections in the English version | ||||
|  |  | |||
							
								
								
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -1,12 +1,12 @@ | |||
| { | ||||
|   "name": "townsquare", | ||||
|   "version": "3.19.0", | ||||
|   "version": "3.20.0", | ||||
|   "lockfileVersion": 3, | ||||
|   "requires": true, | ||||
|   "packages": { | ||||
|     "": { | ||||
|       "name": "townsquare", | ||||
|       "version": "3.19.0", | ||||
|       "version": "3.20.0", | ||||
|       "license": "GPL-3.0", | ||||
|       "dependencies": { | ||||
|         "@fortawesome/fontawesome-svg-core": "^1.2.32", | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| { | ||||
|   "name": "townsquare", | ||||
|   "version": "3.19.0", | ||||
|   "version": "3.20.0", | ||||
|   "description": "Blood on the Clocktower Town Square", | ||||
|   "author": "Pingumaskt", | ||||
|   "scripts": { | ||||
|  |  | |||
|  | @ -219,7 +219,7 @@ | |||
|         "outsider": "outsiders", | ||||
|         "minion": "minions", | ||||
|         "demon": "demons" | ||||
|       } | ||||
|       }, | ||||
|       "nightOrder": "Show Night Order" | ||||
|     }, | ||||
|     "reminder": { | ||||
|  |  | |||
|  | @ -221,7 +221,6 @@ | |||
|         "demon": "démons" | ||||
|       }, | ||||
|       "nightOrder": "Afficher l'Ordre Nocturne" | ||||
| 
 | ||||
|     }, | ||||
|     "reminder": { | ||||
|       "title": "Apposer une note :", | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue