Skip to content

Commit

Permalink
Merge branch 'developing/2.0.0' into update-fr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnydanu authored Oct 28, 2024
2 parents 269b5a3 + 8bae98d commit e1da420
Show file tree
Hide file tree
Showing 415 changed files with 25,864 additions and 6,173 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github:
- CorentinTh
- sunnydanu
Binary file modified .github/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- developing/2.0.0

jobs:
ci:
Expand All @@ -16,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
# cache: 'pnpm'

- name: Install dependencies
run: pnpm i
Expand All @@ -27,8 +28,8 @@ jobs:
- name: Run unit test
run: pnpm test

- name: Type check
run: pnpm typecheck
# - name: Type check
# run: pnpm typecheck

- name: Build the app
run: pnpm build
4 changes: 2 additions & 2 deletions .github/workflows/docker-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
corentinth/it-tools:nightly
ghcr.io/corentinth/it-tools:nightly
sunnydanu/godev-run:nightly
ghcr.io/sunnydanu/godev-run:nightly
20 changes: 10 additions & 10 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
corentinth/it-tools:latest
corentinth/it-tools:${{ env.RELEASE_VERSION }}
ghcr.io/corentinth/it-tools:latest
ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}
sunnydanu/godev-run:latest
sunnydanu/godev-run:${{ env.RELEASE_VERSION }}
ghcr.io/sunnydanu/godev-run:latest
ghcr.io/sunnydanu/godev-run:${{ env.RELEASE_VERSION}}
github-release:
runs-on: ubuntu-latest
Expand All @@ -71,7 +71,7 @@ jobs:
run: pnpm build

- name: Zip the app
run: zip -r it-tools-${{ env.RELEASE_VERSION }}.zip dist/*
run: zip -r godev-run-${{ env.RELEASE_VERSION }}.zip dist/*

- name: Get changelog
id: changelog
Expand All @@ -85,19 +85,19 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: it-tools-${{ env.RELEASE_VERSION }}.zip
files: godev-run-${{ env.RELEASE_VERSION }}.zip
tag_name: v${{ env.RELEASE_VERSION }}
draft: true
prerelease: false
body: |
## Docker images
- Docker Hub
- `corentinth/it-tools:latest`
- `corentinth/it-tools:${{ env.RELEASE_VERSION }}`
- `sunnydanu/godev-run:latest`
- `sunnydanu/godev-run:${{ env.RELEASE_VERSION }}`
- GitHub Container Registry
- `ghcr.io/corentinth/it-tools:latest`
- `ghcr.io/corentinth/it-tools:${{ env.RELEASE_VERSION}}`
- `ghcr.io/sunnydanu/godev-run:latest`
- `ghcr.io/sunnydanu/godev-run:${{ env.RELEASE_VERSION}}`
## Changelog
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ coverage
/playwright-report/
/playwright/.cache/
# Webkit with playwright creates a salt file
salt
salt
sandbox
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @sunnydanu
Loading

0 comments on commit e1da420

Please sign in to comment.