You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/11/22 06:13:56 UTC

[apisix] branch master updated: docs: update MAINTAIN.md (#5568)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 826100a  docs: update MAINTAIN.md (#5568)
826100a is described below

commit 826100a45192c53fc7a271e2999925f9875af58d
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Mon Nov 22 00:13:50 2021 -0600

    docs: update MAINTAIN.md (#5568)
---
 MAINTAIN.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/MAINTAIN.md b/MAINTAIN.md
index ed124d8..99ea554 100644
--- a/MAINTAIN.md
+++ b/MAINTAIN.md
@@ -21,18 +21,18 @@
 
 ### Release patch version
 
-1. Create a pull request (contains the changelog and version change) to master, merge it
-2. Create a pull request (contains the backport commits, and the change in step 1) to minor branch
+1. Create a [pull request](https://github.com/apache/apisix/commit/d13e7f7f0b3f6001cb634598e533a23658927285) (contains the changelog and version change) to master
+2. Create a [pull request](https://github.com/apache/apisix/commit/19587ed9f71dd20c5e8dbdc2f79c8f96296e73e3) (contains the backport commits, and the change in step 1) to minor branch
 3. Merge it into minor branch
 4. Package a vote artifact to Apache's dev-apisix repo. The artifact can be created
 via `VERSION=x.y.z make release-src`
-5. Send the vote email to dev@apisix.apache.org
-6. When the vote is passed, send the vote result email to dev@apisix.apache.org
+5. Send the [vote email](https://lists.apache.org/thread/vq4qtwqro5zowpdqhx51oznbjy87w9d0) to dev@apisix.apache.org
+6. When the vote is passed, send the [vote result email](https://lists.apache.org/thread/k2frnvj4zj9oynsbr7h7nd6n6m3q5p89) to dev@apisix.apache.org
 7. Move the vote artifact to Apache's apisix repo
-8. Create a GitHub release from the minor branch
+8. Create a [GitHub release](https://github.com/apache/apisix/releases/tag/2.10.2) from the minor branch
 9. Update [APISIX's website](https://github.com/apache/apisix-website/commit/f9104bdca50015722ab6e3714bbcd2d17e5c5bb3)
-10. Update APISIX docker
-11. Update APISIX rpm package
+10. Update APISIX rpm package
+11. Update APISIX docker
 12. Send the [ANNOUNCE email](https://lists.apache.org/thread.html/ree7b06e6eac854fd42ba4f302079661a172f514a92aca2ef2f1aa7bb%40%3Cdev.apisix.apache.org%3E) to dev@apisix.apache.org & announce@apache.org
 
 ### Release minor version
@@ -46,6 +46,6 @@ via `VERSION=x.y.z make release-src`
 6. Create a GitHub release from the minor branch
 7. Merge the pull request into master branch
 8. Update APISIX website
-9. Update APISIX docker
-10. Update APISIX rpm package
+9. Update APISIX rpm package
+10. Update APISIX docker
 11. Send the ANNOUNCE email to dev@apisix.apache.org & announce@apache.org