This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new a3b0e7d3289 [fix][doc] Remove duplicated release label description
(#687)
a3b0e7d3289 is described below
commit a3b0e7d3289da100120d1745a3c49f0d4b072306
Author: Penghui Li <[email protected]>
AuthorDate: Mon Aug 28 09:58:39 2023 +0800
[fix][doc] Remove duplicated release label description (#687)
---
contribute/develop-labels.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/contribute/develop-labels.md b/contribute/develop-labels.md
index 7e5ec91b602..7ac72d5dae7 100644
--- a/contribute/develop-labels.md
+++ b/contribute/develop-labels.md
@@ -88,8 +88,5 @@ When submitting an issue or PR, you must [choose one of the
documentation checkb
| `release/blocker` | Indicate the PR or issue that should block the
release until it gets resolved
|
| `release/<version>` | The labels are indicating which version the
issue/PR has been fixed or will be fixed depending on if the version is
released or not |
-### release/\<version\>
-The labels are indicating which version the issue/PR has been fixed or will be
fixed depending on if the version is released or not.
-
## cherry-picked/*
The cherry-picked/* labels are more mainly for Pulsar committers to ensure the
fixes are cherry-picked to the release branches. The label only can be added
after the cherry-picking is done for a corresponding branch. So that the
release manager can have a list of PRs that should to be cherry-picked.