This is an automated email from the ASF dual-hosted git repository.
littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git
The following commit(s) were added to refs/heads/master by this push:
new bb1d7fb [doc] update the release Readme.md (#1280)
bb1d7fb is described below
commit bb1d7fb83c163a21b429e17745818b9f5ccf8b08
Author: robotljw <[email protected]>
AuthorDate: Fri Mar 4 14:14:26 2022 +0800
[doc] update the release Readme.md (#1280)
---
docs/release/Readme.md | 100 +++++++++++++++++++++++++++++++++++++
docs/release/releaseNotes-2.1.0.md | 6 +--
2 files changed, 103 insertions(+), 3 deletions(-)
diff --git a/docs/release/Readme.md b/docs/release/Readme.md
index f487a3f..f395a18 100644
--- a/docs/release/Readme.md
+++ b/docs/release/Readme.md
@@ -9,6 +9,23 @@
- [Service-Center-1.0.0-m1 Release Notes](releaseNotes-1.0.0-m1.md)
- [Service-Center-1.0.0-m2 Release Notes](releaseNotes-1.0.0-m2.md)
+#### How to publish release documents
+
+##### Step 1
+
+Confirm what this version mainly does
+>
https://issues.apache.org/jira/projects/SCB/issues/SCB-2270?filter=allopenissues
+
+##### Step 2
+
+Collect major issues
+
+##### Step 3
+
+Write the releaseNotes-xx.xx.xx.md
+
+---
+
#### Running Apache Rat tool
This guide will help you to run the [Apache
Rat](http://creadur.apache.org/rat/index.html) tool on service-center source
@@ -56,10 +73,14 @@ Below is the list of the files which has been excluded from
the list of RAT tool
You can access the latest RAT report [here](rat-report)
+---
+
#### Make a release
See
[here](https://github.com/apache/servicecomb-service-center/blob/master/scripts/release/README.md)
+---
+
#### Archive
##### Step 1
@@ -91,3 +112,82 @@ cp apache-servicecomb-service-center-* 2.0.0/
svn add .
svn ci --username xxx --password xxx -m "Add the Service-Center 2.0.0 version"
```
+
+---
+
+#### Add tag
+
+##### Step 1
+
+Push new tag to repo
+
+```
+git clone https://github.com/apache/servicecomb-service-center.git
+
+git tag vx.x.x
+
+git push origin vx.x.x
+
+```
+
+##### Step 2
+
+Edit the tag to make x.x.x version release
+> published content should use releaseNotes-vx.x.x.md
+
+##### Step 3
+
+Initiate version voting —— send email to [email protected]
+
+mail format : **use plain text**
+
+mail subject : [VOTE] Release Apache ServiceComb Service-Center version 2.1.0
+
+mail content :
+
+```
+Hi all,
+
+Please review and vote on Apache ServiceCenter 2.1.0 release.
+
+The release candidate has been tagged in GitHub as 2.1.0, available
+here:
+https://github.com/apache/servicecomb-service-center/releases/tag/v2.1.0
+
+Release Notes are here:
+https://github.com/apache/servicecomb-service-center/blob/v2.1.0/docs/release/releaseNotes-2.1.0.md
+
+Thanks to everyone who has contributed to this release.
+
+The artifacts (source, signature and checksum) corresponding to this release
+candidate can be found here:
+https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-service-center/2.1.0/
+
+This has been signed with PGP key, public KEYS file is available here:
+https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
+
+To verify and build, you can refer to following wiki:
+https://github.com/apache/servicecomb-service-center#building--running-service-center-from-source
+
+The vote will be open for at least 72 hours.
+[ ] +1 Approve the release
+[ ] +0 No opinion
+[ ] -1 Do not release this package because ...
+
+Best Regards,
+robotljw
+```
+
+##### Step 4
+
+After the vote is passed, upload the release package of the relevant version
+
+>1.Edit the v.x.x.x release
+>
+>2.Attach binaries by dropping them here or selecting them
+>
+> apache-servicecomb-service-center-x.x.x-darwin-amd64.tar.gz
+>
+> apache-servicecomb-service-center-x.x.x-linux-amd64.tar.gz
+>
+> apache-servicecomb-service-center-x.x.x-windows-amd64.tar.gz
\ No newline at end of file
diff --git a/docs/release/releaseNotes-2.1.0.md
b/docs/release/releaseNotes-2.1.0.md
index 6fb5460..81ed5a8 100644
--- a/docs/release/releaseNotes-2.1.0.md
+++ b/docs/release/releaseNotes-2.1.0.md
@@ -1,14 +1,14 @@
# Release Notes
Release Notes - Apache ServiceComb - Version service-center-2.1.0
-### Bug
+## Bug
- [SCB-2400](https://issues.apache.org/jira/browse/SCB-2400) - Govern api
return empty schemaIds
- [SCB-2403](https://issues.apache.org/jira/browse/SCB-2403) - Start up failed
when upgrade sc version
- [SCB-2404](https://issues.apache.org/jira/browse/SCB-2404) - Return internal
properties when list all microservices
- [SCB-2411](https://issues.apache.org/jira/browse/SCB-2411) - Try dlock
before start retirement job
- [SCB-2418](https://issues.apache.org/jira/browse/SCB-2418) - Fix etcd
metrics not correct
- [SCB-2420](https://issues.apache.org/jira/browse/SCB-2420) - Can not delete
unused role
-### New Feature
+## New Feature
- [SCB-2402](https://issues.apache.org/jira/browse/SCB-2402) - Support
synchronization of multiple registries
- [SCB-2401](https://issues.apache.org/jira/browse/SCB-2401) - Append inner
properties when heartbeat success
- [SCB-2408](https://issues.apache.org/jira/browse/SCB-2408) - Add put
instance service
@@ -17,7 +17,7 @@
- [SCB-2414](https://issues.apache.org/jira/browse/SCB-2414) - Add schema
retire cron job
- [SCB-2415](https://issues.apache.org/jira/browse/SCB-2415) - Add schema ref
- [SCB-2419](https://issues.apache.org/jira/browse/SCB-2419) - Add govern
service
-### Improvement
+## Improvement
- [SCB-2405](https://issues.apache.org/jira/browse/SCB-2405) - Use dlock
instead
- [SCB-2406](https://issues.apache.org/jira/browse/SCB-2406) - Using cari's
mongo db client
- [SCB-2407](https://issues.apache.org/jira/browse/SCB-2407) - Using cari db
client