mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-23 17:59:25 -05:00
admin: verify the relase schedule was updated
This commit is contained in:
parent
5425901b83
commit
e17e5f394f
2 changed files with 17 additions and 1 deletions
|
@ -23,7 +23,10 @@ jobs:
|
|||
run: |
|
||||
scripts/cli-docs.sh run ${{ env.GITHUB_BASE_REF }} > docs/admin/command-line.md
|
||||
git diff --exit-code
|
||||
- run: pnpm run update-schedule
|
||||
- name: release-schedule
|
||||
run: |
|
||||
pnpm run update-schedule
|
||||
git diff --exit-code
|
||||
- name: get forgejo.org and move the docs
|
||||
run: |
|
||||
git clone --recursive --depth 1 https://codeberg.org/forgejo/website/ /tmp/website
|
||||
|
|
|
@ -6,3 +6,16 @@ license: 'CC-BY-SA-4.0'
|
|||
Forgejo stable releases are published on a fixed schedule, every quarter. The most up-to-date version is available [as a JSON file](https://codeberg.org/forgejo/docs/raw/branch/next/release-schedule.json).
|
||||
|
||||
<!-- lines below are replaced -->
|
||||
|
||||
| **LTS** | **Version** | **Cut branch** | **Release date** | **End Of Life** |
|
||||
| ------- | ----------- | -------------- | ---------------- | --------------- |
|
||||
| true | 7.0 | 01-04-2024 | 23-04-2024 | 16-07-2024 |
|
||||
| false | 8.0 | 01-07-2024 | 30-07-2024 | 16-10-2024 |
|
||||
| false | 9.0 | 25-09-2024 | 16-10-2024 | 15-01-2025 |
|
||||
| false | 10.0 | 25-12-2024 | 15-01-2025 | 16-04-2025 |
|
||||
| true | 11.0 | 26-03-2025 | 16-04-2025 | 14-07-2026 |
|
||||
| false | 12.0 | 25-06-2025 | 16-07-2025 | 15-10-2025 |
|
||||
| false | 13.0 | 24-09-2025 | 15-10-2025 | 14-01-2026 |
|
||||
| false | 14.0 | 24-12-2025 | 14-01-2026 | 15-04-2026 |
|
||||
| true | 15.0 | 25-03-2026 | 15-04-2026 | 14-07-2027 |
|
||||
| false | 16.0 | 24-06-2026 | 15-07-2026 | 14-10-2026 |
|
||||
|
|
Loading…
Reference in a new issue