dubbo.apache.org/dubbo-go/v3@v3.1.1/doc/apache/release_note.md (about)

     1  ### How to release a new version?
     2  ---
     3  
     4  * 1 Check the time range of NOTICE;
     5  * 2 Pls check the value of Version in common/constant.
     6  * 3 Add the features to the feature list of README.md/README_CN.md/CHANGE.md;
     7  * 4 Check whether every code file has the Apache License 2.0 or not;
     8  * 5 There should not be author info(name & email etc) exist in code file;
     9  * 6 Run all unit tests;
    10  * 7 Run all samples in apache/dubbo-samples/golang;
    11  * 8 Write "What's New" by releaser who should be an apache/dubbo-go committer;
    12  * 9 And then, u can release a new version refer to [Apache 软件发版流程](./apache-release-procedure-20200306.md);