From c11ee8a32d495ca869567f0f7997009de3e7d722 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 20 Apr 2024 08:25:43 +0200 Subject: [PATCH] the v7.0 branch is cut --- .forgejo/workflows/push.yml | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index 5f431889..25a0c107 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -4,6 +4,7 @@ on: push: branches: - 'next' + - 'v7.0' - 'v1.21' - 'v1.20' - 'v1.19' diff --git a/README.md b/README.md index b1b611a9..ac2ac644 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ a new branch will be created in this repo to document the stable release. Current release branches are as follows: - [`next`](https://codeberg.org/forgejo/docs/src/branch/next) +- [`v7.0`](https://codeberg.org/forgejo/docs/src/branch/v7.0) - [`v1.21`](https://codeberg.org/forgejo/docs/src/branch/v1.21) - [`v1.20`](https://codeberg.org/forgejo/docs/src/branch/v1.20) - [`v1.19`](https://codeberg.org/forgejo/docs/src/branch/v1.19) @@ -119,7 +120,7 @@ version branches into which it will potentially be merged. #### Backports If a PR is meant to be backported to a stable branch, it must be -labelled with `backport/v1.20`, `backport/v1.19`, etc. +labelled with `backport/v7.0`, `backport/v1.21`, etc. ### Content guidelines