Skip to content

Commit

Permalink
feat: add 1.22 (#12)
Browse files Browse the repository at this point in the history
* feat: add 1.22

* format
  • Loading branch information
anbraten authored May 30, 2024
1 parent 40ddf20 commit 885d808
Show file tree
Hide file tree
Showing 5 changed files with 25,442 additions and 1,385 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

- name: Generate api client & docs
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

- name: Generate client
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

- name: Generate client
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'

- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -106,7 +106,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: 8
version: 9
run_install: true

- name: Check format
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Gitea-js is an api client automatically created from the official [Open api defi

The major and minor version of this library is mapped to the version of the Gitea api. The patch version of this library is incremented for every release and uses the latest patch version of Gitea.

| Gitea-js | Gitea |
| -------- | ---------- |
| 1.21.x | 1.21 (dev) |
| 1.20.x | 1.20 |
| 1.19.x | 1.19 |
| 1.18.x | 1.18 |
| 1.16.x | 1.17 |
| < 1.2.0 | 1.17 |
| Gitea-js | Gitea |
| -------- | ----- |
| 1.22.x | 1.22 |
| 1.21.x | 1.21 |
| 1.20.x | 1.20 |
| 1.19.x | 1.19 |
| 1.18.x | 1.18 |
| 1.16.x | 1.17 |
| < 1.2.0 | 1.17 |

## Examples

Expand Down
Loading

0 comments on commit 885d808

Please sign in to comment.